示例#1
0
 public void send_loginWithIdentityCredential(IdentityProvider identityProvider, string identifier, string password, bool keepLoggedIn, string accessLocation, string systemName, string certificate)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("loginWithIdentityCredential", TMessageType.Call, seqid_));
   loginWithIdentityCredential_args args = new loginWithIdentityCredential_args();
   args.IdentityProvider = identityProvider;
   args.Identifier = identifier;
   args.Password = password;
   args.KeepLoggedIn = keepLoggedIn;
   args.AccessLocation = accessLocation;
   args.SystemName = systemName;
   args.Certificate = certificate;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }