示例#1
0
文件: Client.cs 项目: harishraj/tools
 /// <summary>
 /// Adds the request id.
 /// </summary>
 /// <param name="id">The id.</param>
 /// <param name="handler">The handler.</param>
 public void AddRequestId(int id, ChunkHandler handler)
 {
     throw new NotImplementedException( );
 }
示例#2
0
文件: Client.cs 项目: harishraj/tools
 /// <summary>
 /// Sends the and consume.
 /// </summary>
 /// <param name="packet">The packet.</param>
 /// <param name="replyHandler">The reply handler.</param>
 public void SendAndConsume(object packet, ChunkHandler replyHandler)
 {
     throw new NotImplementedException( );
 }