1 write to version
System.ServiceModel (1)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
137
this.
version
= version;
4 references to version
System.ServiceModel (4)
System\ServiceModel\Channels\MtomMessageEncoder.cs (4)
185
get { return
version
; }
197
string textMediaType = TextMessageEncoderFactory.GetMediaType(
version
);
220
return (
version
.Envelope == EnvelopeVersion.Soap12) ? TextMessageEncoderFactory.Soap12MediaType : TextMessageEncoderFactory.Soap11MediaType;
272
Message message = Message.CreateMessage(reader, maxSizeOfHeaders,
version
);