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。

属性

适用于