예제 #1
0
        public AuthenticateResponse AuthenticateWithAppToken([System.Xml.Serialization.XmlElementAttribute(Namespace = "http://desire2learn.com/security/token/2007/08")] AuthenticateWithAppTokenRequest AuthenticateWithAppTokenRequest)
        {
            object[] results = this.Invoke("AuthenticateWithAppToken", new object[] {
                AuthenticateWithAppTokenRequest
            });

            return((AuthenticateResponse)(results[0]));
        }
예제 #2
0
 /// <remarks/>
 public void AuthenticateWithAppTokenAsync(AuthenticateWithAppTokenRequest AuthenticateWithAppTokenRequest, object userState)
 {
     if ((this.AuthenticateWithAppTokenOperationCompleted == null))
     {
         this.AuthenticateWithAppTokenOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAuthenticateWithAppTokenOperationCompleted);
     }
     this.InvokeAsync("AuthenticateWithAppToken", new object[] {
         AuthenticateWithAppTokenRequest
     }, this.AuthenticateWithAppTokenOperationCompleted, userState);
 }
예제 #3
0
 /// <remarks/>
 public void AuthenticateWithAppTokenAsync(AuthenticateWithAppTokenRequest AuthenticateWithAppTokenRequest)
 {
     this.AuthenticateWithAppTokenAsync(AuthenticateWithAppTokenRequest, null);
 }
예제 #4
0
 /// <remarks/>
 public System.IAsyncResult BeginAuthenticateWithAppToken(AuthenticateWithAppTokenRequest AuthenticateWithAppTokenRequest, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("AuthenticateWithAppToken", new object[] {
         AuthenticateWithAppTokenRequest
     }, callback, asyncState));
 }
 /// <remarks/>
 public System.IAsyncResult BeginAuthenticateWithAppToken(AuthenticateWithAppTokenRequest AuthenticateWithAppTokenRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("AuthenticateWithAppToken", new object[] {
                 AuthenticateWithAppTokenRequest}, callback, asyncState);
 }
 /// <remarks/>
 public void AuthenticateWithAppTokenAsync(AuthenticateWithAppTokenRequest AuthenticateWithAppTokenRequest, object userState)
 {
     if ((this.AuthenticateWithAppTokenOperationCompleted == null)) {
         this.AuthenticateWithAppTokenOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAuthenticateWithAppTokenOperationCompleted);
     }
     this.InvokeAsync("AuthenticateWithAppToken", new object[] {
                 AuthenticateWithAppTokenRequest}, this.AuthenticateWithAppTokenOperationCompleted, userState);
 }
 /// <remarks/>
 public void AuthenticateWithAppTokenAsync(AuthenticateWithAppTokenRequest AuthenticateWithAppTokenRequest)
 {
     this.AuthenticateWithAppTokenAsync(AuthenticateWithAppTokenRequest, null);
 }