Base:
method
CanBuildChannelFactory<TChannel>
System.ServiceModel.Channels.BindingElement.CanBuildChannelFactory<TChannel>(System.ServiceModel.Channels.BindingContext)
3 references to CanBuildChannelFactory
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\NamedPipeTransportBindingElement.cs (1)
61if (!CanBuildChannelFactory<TChannel>(context))
System.ServiceModel.NetTcp (1)
System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
66if (!CanBuildChannelFactory<TChannel>(context))
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixDomainSocketTransportBindingElement.cs (1)
66if (!CanBuildChannelFactory<TChannel>(context))