Base:
method
CanBuildChannelListener<TChannel>
System.ServiceModel.Channels.BindingElement.CanBuildChannelListener<TChannel>(System.ServiceModel.Channels.BindingContext)
2 references to CanBuildChannelListener
System.ServiceModel (2)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
115if (!this.CanBuildChannelListener<TChannel>(context))
System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
170if (!this.CanBuildChannelListener<TChannel>(context))