Initializes a new instance of the DisconnectedEventArgs class.

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

Syntax

C#
public DisconnectedEventArgs(
	SocketError error
)
Visual Basic (Declaration)
Public Sub New ( _
	error As SocketError _
)
Visual C++
public:
DisconnectedEventArgs(
	SocketError error
)

Parameters

error
Type: System.Net.Sockets..::.SocketError
Reason to disconnection.

See Also