Esempio n. 1
0
 public ScoutsOnLine(string omgeving)
 {
     httpBrowser = new Browser();
     this.BaseUrl = string.Format("https://{0}/", omgeving);
 }
Esempio n. 2
0
 public Authenticator(Browser browser, string baseUrl)
 {
     this.browser = browser;
     this.baseUrl = baseUrl;
 }