C# 클래스 Tempest.ClientConnectionResult

Holds data for IClientConnection.ConnectAsync results.
파일 보기 프로젝트 열기: ermau/Tempest

공개 메소드들

메소드 설명
ClientConnectionResult ( ConnectionResult result, IAsymmetricKey publicKey ) : System

Constructs and initializes a new instance of the ClientConnectionResult class.

메소드 상세

ClientConnectionResult() 공개 메소드

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.
리턴 System