Aracılığıyla paylaş


NetTcpSection.MaxPendingConnections Özellik

Tanım

Bu paylaşım hizmeti için bekleyen en fazla bağlantı sayısını alır veya ayarlar.

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

Özellik Değeri

Bu paylaşım hizmeti için bekleyen bağlantı sayısı üst sınırı.

Öznitelikler

Açıklamalar

Varsayılan değer 100’dür.

Şunlara uygulanır