WinHttpHandler.MaxConnectionsPerServer 屬性

定義

取得或設定單一伺服器所允許的 TCP 連線數目上限。

public:
 property int MaxConnectionsPerServer { int get(); void set(int value); };
public int MaxConnectionsPerServer { get; set; }
member this.MaxConnectionsPerServer : int with get, set
Public Property MaxConnectionsPerServer As Integer

屬性值

Int32

允許單一伺服器的 TCP 連線數目上限。

備註

此屬性的預設值為 int。MaxValue。

適用於