5 references to MaxOutboundConnectionsPerEndpoint
System.ServiceModel (5)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelListener.cs (1)
114
if (maxOutboundConnectionsPerEndpoint == ConnectionOrientedTransportDefaults.
MaxOutboundConnectionsPerEndpoint
)
System\ServiceModel\Channels\NamedPipeConnectionPoolSettings.cs (1)
19
maxOutputConnectionsPerEndpoint = ConnectionOrientedTransportDefaults.
MaxOutboundConnectionsPerEndpoint
;
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (1)
21
maxOutboundConnectionsPerEndpoint = ConnectionOrientedTransportDefaults.
MaxOutboundConnectionsPerEndpoint
;
System\ServiceModel\Configuration\NamedPipeConnectionPoolSettingsElement.cs (1)
44
[ConfigurationProperty(ConfigurationStrings.MaxOutboundConnectionsPerEndpoint, DefaultValue = ConnectionOrientedTransportDefaults.
MaxOutboundConnectionsPerEndpoint
)]
System\ServiceModel\Configuration\TcpConnectionPoolSettingsElement.cs (1)
53
[ConfigurationProperty(ConfigurationStrings.MaxOutboundConnectionsPerEndpoint, DefaultValue = ConnectionOrientedTransportDefaults.
MaxOutboundConnectionsPerEndpoint
)]