C# Class irek.Server.Listener

Afficher le fichier Open project: theanti9/irek Class Usage Examples

Méthodes publiques

Свойство Type Description
GlobalUrlMap List
ModuleList System.Collections.Hashtable
config irek.Configuration.Config

Méthodes publiques

Méthode Description
Listener ( Config cfg, List UrlMap, Hashtable modulelist ) : System

Initializes a new instance of the Listener class.

Run ( ) : void

Runs this instance.

Private Methods

Méthode Description
AcceptCon ( IAsyncResult iar ) : void

Accepts the con.

Read ( IAsyncResult iar ) : void

Reads the data from the server.

Send ( IAsyncResult iar ) : void

Sends the response.

Method Details

Listener() public méthode

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
Résultat System

Run() public méthode

Runs this instance.
public Run ( ) : void
Résultat void

Property Details

GlobalUrlMap public_oe property

public List GlobalUrlMap
Résultat List

ModuleList public_oe property

public Hashtable,System.Collections ModuleList
Résultat System.Collections.Hashtable

config public_oe property

public Config,irek.Configuration config
Résultat irek.Configuration.Config