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