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