次の方法で共有


TcpEndpointProbesOptions.MaxPendingConnections プロパティ

定義

保留中の接続キューの最大長を取得または設定します。

public:
 property int MaxPendingConnections { int get(); void set(int value); };
[System.ComponentModel.DataAnnotations.Range(1, 10000)]
public int MaxPendingConnections { get; set; }
[<System.ComponentModel.DataAnnotations.Range(1, 10000)>]
member this.MaxPendingConnections : int with get, set
Public Property MaxPendingConnections As Integer

プロパティ値

既定値は 10 です。

属性

適用対象