Initializes a new instance of the ClientAcceptedEventArgs class.

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

Syntax

C#
public ClientAcceptedEventArgs(
	Socket socket
)
Visual Basic (Declaration)
Public Sub New ( _
	socket As Socket _
)
Visual C++
public:
ClientAcceptedEventArgs(
	Socket^ socket
)

Parameters

socket
Type: System.Net.Sockets..::.Socket
The socket.

See Also