LocalServiceSecuritySettingsElement.MaxPendingSessions Vlastnost

Definice

Získá nebo nastaví hodnotu, která určuje maximální počet čekajících relací zabezpečení, které služba podporuje.

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

Hodnota vlastnosti

Int32

Maximální počet nevyřízených relací zabezpečení, které služba podporuje. Výchozí hodnota je 1000.

Atributy

Poznámky

Po dosažení tohoto limitu obdrží všichni noví klienti chyby protokolu SOAP.

Platí pro