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