1 write to message
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
397
this.
message
= message;
3 references to message
System.ServiceModel.Channels (3)
System\ServiceModel\Channels\ByteStreamMessage.cs (3)
400
IAsyncResult result = this.
message
.OnBeginWriteBodyContents(this.writer, PrepareAsyncCompletion(HandleWriteBodyContents), this);
412
thisPtr.
message
.OnEndWriteBodyContents(result);
413
thisPtr.
message
.WriteMessagePostamble(thisPtr.writer);