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