2 overrides of GetConnectionPoolKey
System.ServiceModel.NetNamedPipe (1)
System\ServiceModel\Channels\NamedPipeChannelFactory.cs (1)
35
protected override string
GetConnectionPoolKey
(EndpointAddress address, Uri via)
System.ServiceModel.UnixDomainSocket (1)
System\ServiceModel\Channels\UnixDomainSocketChannelFactory.cs (1)
34
protected override string
GetConnectionPoolKey
(EndpointAddress address, Uri via)
1 reference to GetConnectionPoolKey
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
390
string IConnectionOrientedTransportChannelFactorySettings.GetConnectionPoolKey(EndpointAddress address, Uri via) =>
GetConnectionPoolKey
(address, via);