共用方式為


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。

屬性

適用於