コード例 #1
0
 public void send_getMyProfile(string username)
 #endif
 {
   oprot_.WriteMessageBegin(new TMessage("getMyProfile", TMessageType.Call, seqid_));
   getMyProfile_args args = new getMyProfile_args();
   args.Username = username;
   args.Write(oprot_);
   oprot_.WriteMessageEnd();
   #if SILVERLIGHT
   return oprot_.Transport.BeginFlush(callback, state);
   #else
   oprot_.Transport.Flush();
   #endif
 }