3 writes to maxOutboundConnectionsPerEndpoint
System.ServiceModel (3)
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (3)
21
maxOutboundConnectionsPerEndpoint
= ConnectionOrientedTransportDefaults.MaxOutboundConnectionsPerEndpoint;
29
this.
maxOutboundConnectionsPerEndpoint
= tcp.maxOutboundConnectionsPerEndpoint;
95
this.
maxOutboundConnectionsPerEndpoint
= value;
4 references to maxOutboundConnectionsPerEndpoint
System.ServiceModel (4)
System\ServiceModel\Channels\TcpConnectionPoolSettings.cs (4)
29
this.maxOutboundConnectionsPerEndpoint = tcp.
maxOutboundConnectionsPerEndpoint
;
88
get { return this.
maxOutboundConnectionsPerEndpoint
; }
115
if (this.
maxOutboundConnectionsPerEndpoint
!= tcp.
maxOutboundConnectionsPerEndpoint
)