1 write to stream
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
714
this.
stream
= stream;
3 references to stream
System.ServiceModel (3)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (3)
756
buffer.
stream
.EndWrite(result);
844
IAsyncResult asyncResult = this.
stream
.BeginWrite(this.bytes, 0, bytesToWrite, flushCallback, this);
852
this.
stream
.EndWrite(asyncResult);