1 write to message
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
1183this.message = message;
3 references to message
System.ServiceModel (3)
System\ServiceModel\Channels\Message.cs (3)
1196result = this.message.OnBeginWriteBodyContents(this.writer, PrepareAsyncCompletion(HandleWriteBodyContents), this); 1203this.message.OnEndWriteBodyContents(result); 1204this.message.WriteMessagePostamble(this.writer);