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)
100
if (!this.
CanBuildChannelFactory
<TChannel>(context))
System\ServiceModel\Channels\TcpTransportBindingElement.cs (1)
155
if (!this.
CanBuildChannelFactory
<TChannel>(context))