Beispiel #1
0
 public void send_refreshAuthentication(string authenticationToken)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("refreshAuthentication", TMessageType.Call, seqid_));
   refreshAuthentication_args args = new refreshAuthentication_args();
   args.AuthenticationToken = authenticationToken;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }
Beispiel #2
0
 public void send_refreshAuthentication(string authenticationToken)
 {
     oprot_.WriteMessageBegin(new TMessage("refreshAuthentication", TMessageType.Call, seqid_));
     refreshAuthentication_args args = new refreshAuthentication_args();
     args.AuthenticationToken = authenticationToken;
     args.Write(oprot_);
     oprot_.WriteMessageEnd();
     oprot_.Transport.Flush();
 }