C# 클래스 Tempest.ClientConnectedEventArgs

Holds data for the IClientConnection.Connected event.
상속: ClientConnectionEventArgs
파일 보기 프로젝트 열기: ermau/Tempest

공개 메소드들

메소드 설명
ClientConnectedEventArgs ( IClientConnection connection, IAsymmetricKey publicKey ) : System

Creates a new instance of the ClientConnectedEventArgs class.

메소드 상세

ClientConnectedEventArgs() 공개 메소드

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