2 writes to mtomBoundary
System.ServiceModel (2)
System\ServiceModel\Channels\HttpChannelHelpers.cs (2)
1277
contentType = mtomMessageEncoder.GetContentType(out this.
mtomBoundary
);
1415
contentType = mtomMessageEncoder.GetContentType(out this.
mtomBoundary
);
4 references to mtomBoundary
System.ServiceModel (4)
System\ServiceModel\Channels\HttpChannelHelpers.cs (4)
1351
httpResponseMessage.Content = new OpaqueContent(this.messageEncoder, message, this.
mtomBoundary
);
1478
result = mtomMessageEncoder.WriteMessage(message, int.MaxValue, bufferManager, 0, this.
mtomBoundary
);
1523
mtomMessageEncoder.WriteMessage(this.message, this.outputStream, this.
mtomBoundary
);
1681
result = mtomMessageEncoder.BeginWriteMessage(httpOutput.message, httpOutput.outputStream, httpOutput.
mtomBoundary
, onWriteStreamedMessage, this);