C# 클래스 Schumix.Framework.Listener.SchumixListener

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

공개 메소드들

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

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

메소드 상세

ClientHandler() 공개 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Listen() 공개 메소드

public Listen ( ) : void
리턴 void

SchumixListener() 공개 메소드

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