1 write to writer
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
540
this.
writer
= writer;
3 references to writer
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\ByteStreamMessage.cs (3)
542
this.
writer
.WriteStartElement(ByteStreamMessageUtility.StreamElementName, string.Empty);
543
IAsyncResult result = this.
writer
.WriteValueAsync(new ByteStreamStreamProvider(stream)).AsAsyncResult(PrepareAsyncCompletion(HandleWriteBodyContents), this);
564
thisPtr.
writer
.WriteEndElement();