4 references to DefaultMaxPendingConnections
System.ServiceModel (4)
System\ServiceModel\Channels\WebSocketHelper.cs (1)
209if (runtimeSettings.MaxPendingConnections == WebSocketDefaults.DefaultMaxPendingConnections)
System\ServiceModel\Channels\WebSocketTransportSettings.cs (2)
38this.maxPendingConnections = WebSocketDefaults.DefaultMaxPendingConnections; 158[DefaultValue(WebSocketDefaults.DefaultMaxPendingConnections)]
System\ServiceModel\Configuration\WebSocketTransportSettingsElement.cs (1)
57[ConfigurationProperty(ConfigurationStrings.MaxPendingConnections, DefaultValue = WebSocketDefaults.DefaultMaxPendingConnections)]