共用方式為


LocalServiceSecuritySettingsElement.MaxPendingSessions 屬性

定義

取得或設定值,這個值會指定服務支援的暫止安全性工作階段數目上限。

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

屬性值

Int32

服務支援的暫止安全性工作階段數目上限。 預設值為 1000。

屬性

備註

當達到這個限制時,所有新的用戶端都會收到 SOAP 錯誤。

適用於