1 write to stream
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
54
this.
stream
= stream;
4 references to stream
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (4)
74
get { return
stream
.CanWrite && (!this.closed); }
134
stream
.Close();
147
stream
.Flush();
205
buffers.Add(new ByteBuffer(this, bufferSize,
stream
));