2 references to BeginWriteMessage
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
1681
result = mtomMessageEncoder.
BeginWriteMessage
(httpOutput.message, httpOutput.outputStream, httpOutput.mtomBoundary, onWriteStreamedMessage, this);
System\ServiceModel\Channels\OpaqueContent.cs (1)
62
return mtomMessageEncoder.
BeginWriteMessage
(this.message, stream, this.mtomBoundary, callback, state);