1 write to writeBoundary
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
766this.writeBoundary = true;
2 references to writeBoundary
System.ServiceModel (2)
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
773this.encoder.WriteMessage(this.message, this.stream, this.encoder.GenerateStartInfoString(), string.IsNullOrEmpty(this.boundary) ? null : this.boundary, this.writeBoundary ? MtomMessageEncoder.mtomStartUri : null, !this.writeBoundary /*writeMessageHeaders*/);