2 writes to stream
System.ServiceModel.Channels (2)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (2)
25
this.
stream
= stream;
63
this.
stream
= null;
5 references to stream
System.ServiceModel.Channels (5)
System\ServiceModel\Channels\XmlByteStreamWriter.cs (5)
61
this.
stream
.Close();
87
this.
stream
.Flush();
124
this.
stream
.Write(buffer, index, count);
153
IAsyncResult result = writer.
stream
.BeginWrite(buffer, index, count, PrepareAsyncCompletion(HandleWriteBase64), this);
165
thisPtr.writer.
stream
.EndWrite(result);