Skip to content

Instantly share code, notes, and snippets.

@tiagocrizanto
Created February 3, 2019 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagocrizanto/d59eb3bc03eba4a3c63522291f87fd5b to your computer and use it in GitHub Desktop.
Save tiagocrizanto/d59eb3bc03eba4a3c63522291f87fd5b to your computer and use it in GitHub Desktop.
public partial class MainPage : ContentPage
{
private MainPage _mainPage;
public MainPage()
{
InitializeComponent();
_mainPage = this;
hwebview.Username = "username"; //usually active directory user
hwebview.Password = "password";
hwebview.Source = "web_site_proxy_uri";
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment