C# 클래스 Tempest.ClientConnectionEventArgs

Holds data for client-connection based events.
상속: System.EventArgs
파일 보기 프로젝트 열기: ermau/Tempest 1 사용 예제들

공개 메소드들

메소드 설명
ClientConnectionEventArgs ( IClientConnection connection ) : System

Creates a new instance of the ClientConnectionEventArgs class.

메소드 상세

ClientConnectionEventArgs() 공개 메소드

Creates a new instance of the ClientConnectionEventArgs class.
public ClientConnectionEventArgs ( IClientConnection connection ) : System
connection IClientConnection The connection for the event.
리턴 System