WinHttpHandler.MaxConnectionsPerServer Proprietà

Definizione

Ottiene o imposta il numero massimo di connessioni TCP consentite a un singolo server.

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

Valore della proprietà

Int32

Numero massimo di connessioni TCP consentite a un singolo server.

Commenti

Il valore predefinito per questa proprietà è int. Maxvalue.

Si applica a