LocalServiceSecuritySettingsElement.MaxPendingSessions Property

Definition

Gets or sets a value that specifies the maximum number of pending security sessions that the service supports.

public:
 property int MaxPendingSessions { int get(); void set(int value); };
[System.Configuration.ConfigurationProperty("maxPendingSessions", DefaultValue=128)]
[System.Configuration.IntegerValidator(MinValue=1)]
public int MaxPendingSessions { get; set; }
[<System.Configuration.ConfigurationProperty("maxPendingSessions", DefaultValue=128)>]
[<System.Configuration.IntegerValidator(MinValue=1)>]
member this.MaxPendingSessions : int with get, set
Public Property MaxPendingSessions As Integer

Property Value

The maximum number of pending security sessions that the service supports. The default value is 1000.

Attributes

Remarks

When this limit is reached, all new clients receive SOAP faults.

Applies to