Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Microsoft.UpdateServices.WebServices.ClientAuthentication.GetAuthorizationCookieResponse> GetAuthorizationCookieAsync(string clientId, string targetGroupName, string dnsName)
 {
     Microsoft.UpdateServices.WebServices.ClientAuthentication.GetAuthorizationCookieRequest inValue = new Microsoft.UpdateServices.WebServices.ClientAuthentication.GetAuthorizationCookieRequest();
     inValue.Body                 = new Microsoft.UpdateServices.WebServices.ClientAuthentication.GetAuthorizationCookieRequestBody();
     inValue.Body.clientId        = clientId;
     inValue.Body.targetGroupName = targetGroupName;
     inValue.Body.dnsName         = dnsName;
     return(((Microsoft.UpdateServices.WebServices.ClientAuthentication.SimpleAuthSoap)(this)).GetAuthorizationCookieAsync(inValue));
 }
Ejemplo n.º 2
0
 System.Threading.Tasks.Task <Microsoft.UpdateServices.WebServices.ClientAuthentication.GetAuthorizationCookieResponse> Microsoft.UpdateServices.WebServices.ClientAuthentication.SimpleAuthSoap.GetAuthorizationCookieAsync(Microsoft.UpdateServices.WebServices.ClientAuthentication.GetAuthorizationCookieRequest request)
 {
     return(base.Channel.GetAuthorizationCookieAsync(request));
 }