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)
165
if (!this._context.
IsMatch
(context))
FrameworkFork\System.ServiceModel\System\ServiceModel\NetTcpBinding.cs (2)
217
if (!_context.
IsMatch
(_context))
238
if (!_context.
IsMatch
(context))
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
237
if (!_txFlow.
IsMatch
(txFlow))