C# 클래스 RemObjects.InternetPack.TcpServer

상속: Server
파일 보기 프로젝트 열기: remobjects/internetpack

공개 메소드들

메소드 설명
GetWorkerClass ( ) : Type
TcpServer ( ) : System
TcpServer ( IContainer container ) : System

보호된 메소드들

메소드 설명
HandleTcpConnection ( Connection connection ) : void
TriggerOnTcpConnection ( Connection connection ) : void

메소드 상세

GetWorkerClass() 공개 메소드

public GetWorkerClass ( ) : Type
리턴 System.Type

HandleTcpConnection() 보호된 메소드

protected HandleTcpConnection ( Connection connection ) : void
connection Connection
리턴 void

TcpServer() 공개 메소드

public TcpServer ( ) : System
리턴 System

TcpServer() 공개 메소드

public TcpServer ( IContainer container ) : System
container IContainer
리턴 System

TriggerOnTcpConnection() 보호된 메소드

protected TriggerOnTcpConnection ( Connection connection ) : void
connection Connection
리턴 void