Skip to content

Instantly share code, notes, and snippets.

@tiagocrizanto
Created February 3, 2019 14:16
Embed
What would you like to do?
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