C# 클래스 irek.Server.Listener

파일 보기 프로젝트 열기: theanti9/irek 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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