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