Property | Type | Description | |
---|---|---|---|
MessageHandler | ProcessMessage | ||
appCmdResponse | string | ||
appCommand | string | ||
appErrorResponse | string | ||
appFileType | string | ||
portNumber | string |
Method | Description | |
---|---|---|
Start ( ) : void |
Creates the http server and opens listener
|
|
Stop ( ) : void |
Stops listening
|
Method | Description | |
---|---|---|
OnCommand ( |
Invoke the message received event
|
Method | Description | |
---|---|---|
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
|
protected OnCommand ( |
||
e | ||
return | void |