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