Property | Type | Description | |
---|---|---|---|
HandleRequest | void | ||
ListenLoop | void | ||
MicroServer | System | ||
StartListening | string |
Method | Description | |
---|---|---|
Dispose ( ) : void |
Stops listening for incoming HTTP connections.
|
Method | Description | |
---|---|---|
HandleRequest ( |
||
ListenLoop ( ) : void |
Waits for HTTP requests and responds to them if they ask for "file".
|
|
MicroServer ( [ resourceName, [ fileContent ) : System | ||
StartListening ( ) : string |
Starts listening and returns the URL prefix under which the content is reachable.
|