コード例 #1
0
 /// <summary>
 /// Reads the next chunk of response
 /// </summary>
 /// <returns></returns>
 public byte[] ReadResponseChunk()
 {
     return(_responseBuilder.ReadChunk());
 }
コード例 #2
0
 /// <summary>
 /// Reads the next chunk of request
 /// </summary>
 /// <returns></returns>
 public byte[] ReadRequestChunk()
 {
     return(_requestBuilder.ReadChunk());
 }