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