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