C# 클래스 Schumix.Server.ServerListener

상속: IDisposable
파일 보기 프로젝트 열기: Schumix/Schumix2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Exit bool

공개 메소드들

메소드 설명
ClientHandler ( object ob ) : void
Dispose ( ) : void
Listen ( ) : void
ServerListener ( int port ) : System

Initializes a new instance of the Schumix.Server.ServerListener class.

메소드 상세

ClientHandler() 공개 메소드

public ClientHandler ( object ob ) : void
ob object
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Listen() 공개 메소드

public Listen ( ) : void
리턴 void

ServerListener() 공개 메소드

Initializes a new instance of the Schumix.Server.ServerListener class.
public ServerListener ( int port ) : System
port int /// Port to listen on. ///
리턴 System

프로퍼티 상세

Exit 공개적으로 프로퍼티

public bool Exit
리턴 bool