共用方式為


LocalServiceSecuritySettingsElement.MaxStatefulNegotiations 屬性

定義

取得或設定值,這個值會指定可以同時為作用中的安全性交涉數目。

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

屬性值

可以同時為作用中的安全性交涉數目。 預設值為 1024。

屬性

備註

超過限制的交涉工作階段會排入佇列, 而且只有在低於限制的空間可供使用時才能完成。

適用於