Base:
method
IsMatch
System.ServiceModel.Channels.BindingElement.IsMatch(System.ServiceModel.Channels.BindingElement)
4 references to IsMatch
System.ServiceModel (4)
System\ServiceModel\NetNamedPipeBinding.cs (1)
194if (!this.context.IsMatch(context))
System\ServiceModel\NetTcpBinding.cs (1)
246if (!this.context.IsMatch(context))
System\ServiceModel\WSDualHttpBinding.cs (1)
295if (!this.txFlow.IsMatch(txFlow))
System\ServiceModel\WSHttpBindingBase.cs (1)
279if (!this.txFlow.IsMatch(txFlow))