C# 클래스 Stumps.Web.StumpsWebServer

A class representing Stumps web server.
파일 보기 프로젝트 열기: Cayan-LLC/stumps 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Shutdown ( ) : void

Shuts down the instance of the module.

Start ( ) : void

Starts the instance of the module.

StumpsWebServer ( IStumpsHost host, int port ) : System

Initializes a new instance of the Stumps.Web.StumpsWebServer class.

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

Shutdown() 공개 메소드

Shuts down the instance of the module.
public Shutdown ( ) : void
리턴 void

Start() 공개 메소드

Starts the instance of the module.
public Start ( ) : void
리턴 void

StumpsWebServer() 공개 메소드

Initializes a new instance of the Stumps.Web.StumpsWebServer class.
/// is null. /// is invalid. The port is already being used.
public StumpsWebServer ( IStumpsHost host, int port ) : System
host IStumpsHost The Stumps Server host.
port int The port used to listen for traffic.
리턴 System