次の方法で共有


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 エラーを受け取ります。

適用対象