Base:
method
IsMatch
System.ServiceModel.Channels.BindingElement.IsMatch(System.ServiceModel.Channels.BindingElement)
4 references to IsMatch
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\NetNamedPipeBinding.cs (1)
165if (!this._context.IsMatch(context))
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (2)
217if (!_context.IsMatch(_context)) 238if (!_context.IsMatch(context))
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
237if (!_txFlow.IsMatch(txFlow))