C# Класс irek.Server.Listener

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
GlobalUrlMap List
ModuleList System.Collections.Hashtable
config irek.Configuration.Config

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

Метод Описание
Listener ( Config cfg, List UrlMap, Hashtable modulelist ) : System

Initializes a new instance of the Listener class.

Run ( ) : void

Runs this instance.

Приватные методы

Метод Описание
AcceptCon ( IAsyncResult iar ) : void

Accepts the con.

Read ( IAsyncResult iar ) : void

Reads the data from the server.

Send ( IAsyncResult iar ) : void

Sends the response.

Описание методов

Listener() публичный Метод

Initializes a new instance of the Listener class.
public Listener ( Config cfg, List UrlMap, Hashtable modulelist ) : System
cfg irek.Configuration.Config The Config Object.
UrlMap List
modulelist System.Collections.Hashtable
Результат System

Run() публичный Метод

Runs this instance.
public Run ( ) : void
Результат void

Описание свойств

GlobalUrlMap публичное свойство

public List GlobalUrlMap
Результат List

ModuleList публичное свойство

public Hashtable,System.Collections ModuleList
Результат System.Collections.Hashtable

config публичное свойство

public Config,irek.Configuration config
Результат irek.Configuration.Config