Example #1
0
 internal ChunkBodyWriter(WriteBody writeBodyCallback, object state)
     : base(true)
 {
     this.writeBodyCallback = writeBodyCallback;
     this.state             = state;
 }
 internal ChunkBodyWriter(WriteBody writeBodyCallback, object state)
     : base(true)
 {
     this.writeBodyCallback = writeBodyCallback;
     this.state = state;
 }