C# Class Tempest.ClientConnectionResult

Holds data for IClientConnection.ConnectAsync results.
Afficher le fichier Open project: ermau/Tempest

Méthodes publiques

Méthode Description
ClientConnectionResult ( ConnectionResult result, IAsymmetricKey publicKey ) : System

Constructs and initializes a new instance of the ClientConnectionResult class.

Method Details

ClientConnectionResult() public méthode

Constructs and initializes a new instance of the ClientConnectionResult class.
public ClientConnectionResult ( ConnectionResult result, IAsymmetricKey publicKey ) : System
result ConnectionResult The result of the connection attempt.
publicKey IAsymmetricKey The server's public authentication key, if it has one.
Résultat System