1 implementation of SetOutput
System.Runtime.Serialization (1)
2 references to SetOutput
System.ServiceModel (2)
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
449((IXmlMtomWriterInitializer)xmlWriter).SetOutput(stream, this.writeEncoding, int.MaxValue, startInfo, boundary, startUri, writeMessageHeaders, false);
720((IXmlMtomWriterInitializer)returnedWriter).SetOutput(stream, messageEncoder.writeEncoding, MaxSizeInBytes, StartInfo, Boundary, StartUri, WriteMessageHeaders, false);