/// <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 ( ); }
/// <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(); }
/// <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 ( ); }
/// <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(); }