Start Method

HttpServer.dll

Start listen for new connections

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void Start(
	int backlog
)
Visual Basic (Declaration)
Public Sub Start ( _
	backlog As Integer _
)
Visual C++
public:
void Start(
	int backlog
)

Parameters

backlog
Type: System..::.Int32
Number of connections that can stand in a queue to be accepted.

See Also