C# 클래스 ChatterBox.Server.ChatterBoxServer

파일 보기 프로젝트 열기: openpeer/ChatterBox 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetOrAddDomain Domain
HandleNewConnection void
HeartBeatTimer_Elapsed void
UnregisteredConnection_OnRegister void

공개 메소드들

메소드 설명
ChatterBoxServer ( int port = 50000 ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
GetOrAddDomain ( string key ) : Domain
HandleNewConnection ( TcpClient tcpClient ) : void
HeartBeatTimer_Elapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
UnregisteredConnection_OnRegister ( UnregisteredConnection sender, Registration message ) : void

메소드 상세

ChatterBoxServer() 공개 메소드

public ChatterBoxServer ( int port = 50000 ) : System
port int
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void