C# 클래스 Tempest.ConnectionMadeEventArgs

Provides data for the IConnectionProvider.ConnectionMade event.
상속: System.EventArgs
파일 보기 프로젝트 열기: ermau/Tempest 1 사용 예제들

공개 메소드들

메소드 설명
ConnectionMadeEventArgs ( IServerConnection connection, IAsymmetricKey publicKey ) : System

Initializes a new instance of the ConnectionMadeEventArgs class.

메소드 상세

ConnectionMadeEventArgs() 공개 메소드

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