C# Class irek.Server.Listener

ファイルを表示 Open project: theanti9/irek Class Usage Examples

Public Properties

Property Type Description
GlobalUrlMap List
ModuleList System.Collections.Hashtable
config irek.Configuration.Config

Public Methods

Method Description
Listener ( Config cfg, List UrlMap, Hashtable modulelist ) : System

Initializes a new instance of the Listener class.

Run ( ) : void

Runs this instance.

Private Methods

Method 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 method

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
return System

Run() public method

Runs this instance.
public Run ( ) : void
return void

Property Details

GlobalUrlMap public_oe property

public List GlobalUrlMap
return List

ModuleList public_oe property

public Hashtable,System.Collections ModuleList
return System.Collections.Hashtable

config public_oe property

public Config,irek.Configuration config
return irek.Configuration.Config