C# Class Tempest.ClientConnectionEventArgs

Holds data for client-connection based events.
Inheritance: System.EventArgs
Mostrar archivo Open project: ermau/Tempest Class Usage Examples

Public Methods

Method Description
ClientConnectionEventArgs ( IClientConnection connection ) : System

Creates a new instance of the ClientConnectionEventArgs class.

Method Details

ClientConnectionEventArgs() public method

Creates a new instance of the ClientConnectionEventArgs class.
public ClientConnectionEventArgs ( IClientConnection connection ) : System
connection IClientConnection The connection for the event.
return System