Exemplo n.º 1
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public ResponseStream(IHttpEntity entity)
     : base(entity.GetContent())
 {
     length = entity.GetContentLength();
 }
Exemplo n.º 2
0
 /// <summary>
 /// Default ctor
 /// </summary>
 public ResponseStream(IHttpEntity entity)
     : base(entity.GetContent())
 {
     length = entity.GetContentLength();
 }