C# 클래스 Tempest.ConnectionEventArgs

Holds event base data for various connection-based events.
상속: System.EventArgs
파일 보기 프로젝트 열기: ermau/Tempest

공개 메소드들

메소드 설명
ConnectionEventArgs ( IConnection connection ) : System

Creates a new instance of ConnectionEventArgs.

메소드 상세

ConnectionEventArgs() 공개 메소드

Creates a new instance of ConnectionEventArgs.
is null.
public ConnectionEventArgs ( IConnection connection ) : System
connection IConnection The connection of the event.
리턴 System