C# Class Tempest.ConnectionMadeEventArgs

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

Méthodes publiques

Méthode Description
ConnectionMadeEventArgs ( IServerConnection connection, IAsymmetricKey publicKey ) : System

Initializes a new instance of the ConnectionMadeEventArgs class.

Method Details

ConnectionMadeEventArgs() public méthode

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.
Résultat System