Exemplo n.º 1
0
        public GetAuthenticationTokenResponse GetAuthenticationToken([System.Xml.Serialization.XmlElementAttribute(IsNullable = true)] GetAuthenticationTokenRequest request)
        {
            object[] results = this.Invoke("GetAuthenticationToken", new object[] {
                request
            });

            return((GetAuthenticationTokenResponse)(results[0]));
        }
Exemplo n.º 2
0
 /// <remarks/>
 public void GetAuthenticationTokenAsync(GetAuthenticationTokenRequest request, object userState)
 {
     if ((this.GetAuthenticationTokenOperationCompleted == null))
     {
         this.GetAuthenticationTokenOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAuthenticationTokenOperationCompleted);
     }
     this.InvokeAsync("GetAuthenticationToken", new object[] {
         request
     }, this.GetAuthenticationTokenOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public void GetAuthenticationTokenAsync(GetAuthenticationTokenRequest request)
 {
     this.GetAuthenticationTokenAsync(request, null);
 }