2 writes to maxPendingConnections
System.ServiceModel (2)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (2)
38
this.
maxPendingConnections
= WebSocketDefaults.DefaultMaxPendingConnections;
176
this.
maxPendingConnections
= value;
1 reference to maxPendingConnections
System.ServiceModel (1)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (1)
163
return this.
maxPendingConnections
;