Tells System.Net how many active connections to one end point can be open at the same time.

Declaration Syntax

Sub SetConnectionLimit( _
	ByVal limit As Integer _
)
void SetConnectionLimit(
	int limit
);
void SetConnectionLimit(
	int limit
);
function SetConnectionLimit(
	limit : int
);

Parameters

limit
The number of active connections to one end point can be open at the same time. 

Requirements

Namespace: Eas.WebCrawler.Model.Gateway
Assembly: Eas.WebCrawler.Model.Gateway (eas.webcrawler.model.gateway.dll)

See Also

WebGateway Interface | WebGateway Members | Eas.WebCrawler.Model.Gateway Namespace