C# Class irek.Server.Server

Show file Open project: theanti9/irek

Public Properties

Property Type Description
GlobalUrlMap List
ModuleConfig irek.Configuration.ModuleConfReader
ModuleList System.Collections.Hashtable
ServerConfig irek.Configuration.Config

Public Methods

Method Description
Server ( ) : System

Initializes a new instance of the Server class.

Method Details

Server() public method

Initializes a new instance of the Server class.
public Server ( ) : System
return System

Property Details

GlobalUrlMap public property

public List GlobalUrlMap
return List

ModuleConfig public property

public ModuleConfReader,irek.Configuration ModuleConfig
return irek.Configuration.ModuleConfReader

ModuleList public property

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

ServerConfig public property

public Config,irek.Configuration ServerConfig
return irek.Configuration.Config