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