3 writes to messageVersion
System.ServiceModel (3)
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
43
this.
messageVersion
= messageVersion;
55
this.
messageVersion
= elementToBeCloned.messageVersion;
121
this.
messageVersion
= value;
4 references to messageVersion
System.ServiceModel (4)
System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (4)
55
this.messageVersion = elementToBeCloned.
messageVersion
;
112
return this.
messageVersion
;
201
SoapHelper.SetSoapVersion(context, exporter, this.
messageVersion
.Envelope);
206
return
messageVersion
.Envelope == version;