コード例 #1
0
 /// <summary>
 /// Resets the response chunk position to the beggining
 /// </summary>
 /// <returns></returns>
 public void ResetResponseChunkPosition()
 {
     _responseBuilder.ResetChunkPosition();
 }
コード例 #2
0
 /// <summary>
 /// Resets the request chunk position to the beggining
 /// </summary>
 /// <returns></returns>
 public void ResetRequestChunkPosition()
 {
     _requestBuilder.ResetChunkPosition();
 }