示例#1
0
 public async Task <HttpStatusCode> Connect(string domain, string username, string password)
 {
     SetApplicationCurrentProperty("domain", domain);
     SetApplicationCurrentProperty("username", username);
     SetApplicationCurrentProperty("password", password);
     return(await communicationManager.Connect(m_Url, serverName));
 }