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