C# Class Tempest.ConnectionMadeEventArgs

Provides data for the IConnectionProvider.ConnectionMade event.
Inheritance: System.EventArgs
Mostrar archivo Open project: ermau/Tempest Class Usage Examples

Public Methods

Method Description
ConnectionMadeEventArgs ( IServerConnection connection, IAsymmetricKey publicKey ) : System

Initializes a new instance of the ConnectionMadeEventArgs class.

Method Details

ConnectionMadeEventArgs() public method

Initializes a new instance of the ConnectionMadeEventArgs class.
is null.
public ConnectionMadeEventArgs ( IServerConnection connection, IAsymmetricKey publicKey ) : System
connection IServerConnection The newly made connection.
publicKey IAsymmetricKey The clients public authentication key.
return System