LocalServiceSecuritySettingsElement.MaxPendingSessions Özellik

Tanım

Hizmetin desteklediği en fazla beklemedeki güvenlik oturumu sayısını belirten bir değer alır veya ayarlar.

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

Özellik Değeri

Int32

Hizmetin desteklediği en fazla beklemedeki güvenlik oturumu sayısı. Varsayılan değer 1000'dir.

Öznitelikler

Açıklamalar

Bu sınıra ulaşıldığında, tüm yeni istemciler SOAP hataları alır.

Şunlara uygulanır