Base:
property
MessageVersion
System.ServiceModel.Channels.MessageEncodingBindingElement.MessageVersion
5 writes to MessageVersion
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MetadataExchangeBindings.cs (1)
189
textEncoding.
MessageVersion
= MessageVersion.None;
FrameworkFork\System.ServiceModel\System\ServiceModel\HttpBindingBase.cs (1)
28
_textEncoding.
MessageVersion
= MessageVersion.Soap11;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
275
this.TextMessageEncodingBindingElement.
MessageVersion
= MessageVersion.Soap12WSAddressing10;
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpsBinding.cs (1)
140
TextMessageEncodingBindingElement.
MessageVersion
= MessageVersion.Soap12WSAddressing10;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
181
_textEncoding.
MessageVersion
= MessageVersion.Soap12WSAddressing10;
12 references to MessageVersion
dotnet-svcutil-lib (12)
CodeDomFixup\EndpointSelector.cs (6)
155
txtMsgEncodingElement.
MessageVersion
!= MessageVersion.None &&
156
txtMsgEncodingElement.
MessageVersion
!= MessageVersion.Soap11 &&
157
txtMsgEncodingElement.
MessageVersion
!= MessageVersion.Soap12 &&
158
txtMsgEncodingElement.
MessageVersion
!= MessageVersion.Soap11WSAddressing10 &&
159
txtMsgEncodingElement.
MessageVersion
!= MessageVersion.Soap12WSAddressing10)
162
txtMsgEncodingElement.
MessageVersion
,
CodeDomFixup\MethodCreationHelper.cs (3)
1484
if (defaultBindingElement.
MessageVersion
!= bindingElement.
MessageVersion
)
1493
GetMessageVersionName(bindingElement.
MessageVersion
))));
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncodingBindingElement.cs (3)
150
return new TextMessageEncoderFactory(
MessageVersion
, WriteEncoding, this.MaxReadPoolSize, this.MaxWritePoolSize, this.ReaderQuotas);
201
if (!this.
MessageVersion
.IsMatch(text.
MessageVersion
))