2 writes to MaxOutboundConnectionsPerEndpoint
System.ServiceModel.NetTcp.Tests (2)
Channels\TcpConnectionPoolSettingsTest.cs (2)
85
settings.
MaxOutboundConnectionsPerEndpoint
= value;
96
Assert.Throws<ArgumentOutOfRangeException>(() => settings.
MaxOutboundConnectionsPerEndpoint
= value);
1 reference to MaxOutboundConnectionsPerEndpoint
System.ServiceModel.NetTcp.Tests (1)
Channels\TcpConnectionPoolSettingsTest.cs (1)
86
Assert.Equal<int>(value, settings.
MaxOutboundConnectionsPerEndpoint
);