C# Class Tempest.ClientConnectedEventArgs

Holds data for the IClientConnection.Connected event.
Inheritance: ClientConnectionEventArgs
Mostrar archivo Open project: ermau/Tempest

Public Methods

Method Description
ClientConnectedEventArgs ( IClientConnection connection, IAsymmetricKey publicKey ) : System

Creates a new instance of the ClientConnectedEventArgs class.

Method Details

ClientConnectedEventArgs() public method

Creates a new instance of the ClientConnectedEventArgs class.
public ClientConnectedEventArgs ( IClientConnection connection, IAsymmetricKey publicKey ) : System
connection IClientConnection The connection for the event.
publicKey IAsymmetricKey The server's public authentication key, if it has one.
return System