Initializes a new instance of the DisconnectedEventArgs class.
Namespace:
HttpServerAssembly: 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.