Exemplo n.º 1
0
 /// <summary>
 /// Reads the next chunk of response
 /// </summary>
 /// <returns></returns>
 public byte[] ReadResponseChunk()
 {
     return(_responseBuilder.ReadChunk());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Reads the next chunk of request
 /// </summary>
 /// <returns></returns>
 public byte[] ReadRequestChunk()
 {
     return(_requestBuilder.ReadChunk());
 }