C# 클래스 Dazzle.Server.DazzleServer

상속: AsyncTcpServer, IDisposable
파일 보기 프로젝트 열기: kellabyte/Dazzle.NET

공개 메소드들

메소드 설명
DazzleServer ( ) : System
DazzleServer ( IStorage storage ) : System
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
HandleData ( byte data, System client ) : void

메소드 상세

DazzleServer() 공개 메소드

public DazzleServer ( ) : System
리턴 System

DazzleServer() 공개 메소드

public DazzleServer ( IStorage storage ) : System
storage IStorage
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

HandleData() 보호된 메소드

protected HandleData ( byte data, System client ) : void
data byte
client System
리턴 void