C# Класс Stumps.Web.StumpsWebServer

A class representing Stumps web server.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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