C# 클래스 Railgun.RailConnection

Server is the core executing class for communication. It is responsible for managing connection contexts and payload I/O.
파일 보기 프로젝트 열기: ashoulson/RailgunNet

Private Properties

프로퍼티 타입 설명
OnEventReceived void

공개 메소드들

메소드 설명
Update ( ) : void

보호된 메소드들

메소드 설명
DoStart ( ) : void
RailConnection ( ) : System

비공개 메소드들

메소드 설명
OnEventReceived ( RailEvent evnt, RailPeer sender ) : void

메소드 상세

DoStart() 보호된 메소드

protected DoStart ( ) : void
리턴 void

RailConnection() 보호된 메소드

protected RailConnection ( ) : System
리턴 System

Update() 공개 추상적인 메소드

public abstract Update ( ) : void
리턴 void