Class ConnectionEventArgs
Provides arguments for handling events associated with connections to the server.
public class ConnectionEventArgs : EventArgs
- Inheritance
-
ConnectionEventArgs
- Inherited Members
Constructors
ConnectionEventArgs(IWebSocketConnection)
Initializes a new instance of the ConnectionEventArgs class.
public ConnectionEventArgs(IWebSocketConnection connection)
Parameters
connection
IWebSocketConnectionThe IWebSocketConnection representing the connection to the client.
Properties
Connection
Gets the connection to the client.
public IWebSocketConnection Connection { get; }