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