Base:
method
IsMatch
System.ServiceModel.Channels.MessageEncodingBindingElement.IsMatch(System.ServiceModel.Channels.BindingElement)
4 references to IsMatch
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
75
if (!this.TextMessageEncodingBindingElement.
IsMatch
(encoding))
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
327
if (!this.TextMessageEncodingBindingElement.
IsMatch
(encoding))
FrameworkFork\System.ServiceModel\System\ServiceModel\UdpBinding.cs (1)
162
if (!_textEncoding.
IsMatch
(encoding))
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
229
if (!_textEncoding.
IsMatch
(encoding))