2 references to BeginWriteBodyContents
System.ServiceModel (1)
System\ServiceModel\Channels\Message.cs (1)
1147
return bodyWriter.
BeginWriteBodyContents
(writer, callback, state);
System.ServiceModel.Channels (1)
System\ServiceModel\Channels\ByteStreamMessage.cs (1)
381
return this.bodyWriter.
BeginWriteBodyContents
(writer, callback, state);