Base:
method
IsMatch
System.ServiceModel.Channels.BindingElement.IsMatch(System.ServiceModel.Channels.BindingElement)
3 overrides of IsMatch
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
193internal override bool IsMatch(BindingElement b)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
571internal override bool IsMatch(BindingElement b)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
219internal override bool IsMatch(BindingElement b)
6 references to IsMatch
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\BasicHttpBinding.cs (1)
83if (!this.GetTransport().IsMatch(transport))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportBindingElement.cs (1)
195if (!base.IsMatch(b))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpTransportBindingElement.cs (1)
573if (!base.IsMatch(b))
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\UdpTransportBindingElement.cs (1)
221if (!base.IsMatch(b))
FrameworkFork\System.ServiceModel\System\ServiceModel\NetHttpBinding.cs (1)
349if (!this.GetTransport().IsMatch(transport))
FrameworkFork\System.ServiceModel\System\ServiceModel\WSHttpBindingBase.cs (1)
225if (!this.GetTransport().IsMatch(transport))