1 write to mtomBoundary
System.ServiceModel (1)
System\ServiceModel\Channels\OpaqueContent.cs (1)
27
this.
mtomBoundary
= mtomBoundary;
2 references to mtomBoundary
System.ServiceModel (2)
System\ServiceModel\Channels\OpaqueContent.cs (2)
48
mtomMessageEncoder.WriteMessage(this.message, stream, this.
mtomBoundary
);
62
return mtomMessageEncoder.BeginWriteMessage(this.message, stream, this.
mtomBoundary
, callback, state);