Base:
method
IsMatch
System.ServiceModel.Channels.MessageEncodingBindingElement.IsMatch(System.ServiceModel.Channels.BindingElement)
5 references to IsMatch
System.ServiceModel (5)
System\ServiceModel\BasicHttpBinding.cs (1)
96if (!this.MtomMessageEncodingBindingElement.IsMatch(encoding))
System\ServiceModel\NetHttpBinding.cs (1)
375if (!this.MtomMessageEncodingBindingElement.IsMatch(encoding))
System\ServiceModel\NetHttpsBinding.cs (1)
260if (!this.MtomMessageEncodingBindingElement.IsMatch(encoding))
System\ServiceModel\WSDualHttpBinding.cs (1)
292if (!this.mtomEncoding.IsMatch(encoding))
System\ServiceModel\WSHttpBindingBase.cs (1)
276if (!this.mtomEncoding.IsMatch(encoding))