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