Implemented interface member:
property
MaxOutboundConnectionsPerEndpoint
System.ServiceModel.Channels.IConnectionOrientedTransportChannelFactorySettings.MaxOutboundConnectionsPerEndpoint
8 references to MaxOutboundConnectionsPerEndpoint
System.ServiceModel.NetTcp (4)
System\ServiceModel\Channels\TcpChannelFactory.cs (4)
85case nameof(MaxOutboundConnectionsPerEndpoint): 86temp = MaxOutboundConnectionsPerEndpoint; 117(MaxOutboundConnectionsPerEndpoint == other.GetConnectionPoolSetting<int>(nameof(MaxOutboundConnectionsPerEndpoint))) &&
System.ServiceModel.UnixDomainSocket (4)
System\ServiceModel\Channels\UnixDomainSocketChannelFactory.cs (4)
98case nameof(MaxOutboundConnectionsPerEndpoint): 99temp = MaxOutboundConnectionsPerEndpoint; 130(MaxOutboundConnectionsPerEndpoint == other.GetConnectionPoolSetting<int>(nameof(MaxOutboundConnectionsPerEndpoint))) &&