예제 #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( );
 }