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

Declaration Syntax

Public Overridable Sub SetConnectionLimit( _
	ByVal limit As Integer _
)
public virtual void SetConnectionLimit(
	int limit
);
public: virtual void SetConnectionLimit(
	int limit
);
public 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

BaseWebGateway Class | BaseWebGateway Members | Eas.WebCrawler.Model.Gateway Namespace