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