C# 클래스 httpWebServer.HttpWebServer

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

공개 프로퍼티들

프로퍼티 타입 설명
MessageHandler ProcessMessage
appCmdResponse string
appCommand string
appErrorResponse string
appFileType string
portNumber string

공개 메소드들

메소드 설명
Start ( ) : void

Creates the http server and opens listener

Stop ( ) : void

Stops listening

보호된 메소드들

메소드 설명
OnCommand ( HttpCommandArgs e ) : void

Invoke the message received event

비공개 메소드들

메소드 설명
ProcessRequest ( IAsyncResult result ) : void

Process the web request

RaiseCommand ( string strMessage ) : void

Set up the parameters and raise a Reply message event

StripParameters ( string filetype ) : string

Need to take off any string after a question mark character

메소드 상세

OnCommand() 보호된 메소드

Invoke the message received event
protected OnCommand ( HttpCommandArgs e ) : void
e HttpCommandArgs
리턴 void

Start() 공개 메소드

Creates the http server and opens listener
public Start ( ) : void
리턴 void

Stop() 공개 메소드

Stops listening
public Stop ( ) : void
리턴 void

프로퍼티 상세

MessageHandler 공개적으로 프로퍼티

public ProcessMessage MessageHandler
리턴 ProcessMessage

appCmdResponse 공개적으로 프로퍼티

public string appCmdResponse
리턴 string

appCommand 공개적으로 프로퍼티

public string appCommand
리턴 string

appErrorResponse 공개적으로 프로퍼티

public string appErrorResponse
리턴 string

appFileType 공개적으로 프로퍼티

public string appFileType
리턴 string

portNumber 공개적으로 프로퍼티

public string portNumber
리턴 string