IAceHttpServer Interface |
Namespace: imbACE.Network.internet.core
The IAceHttpServer type exposes the following members.
| Name | Description | |
|---|---|---|
| accessControl | ALC component of the server -- use it within [!:Process(HttpListenerContext)] override to check access rights | |
| instanceName |
Gets the name of the instance.
| |
| port | ||
| sessionControl |
Gets the session control.
|
| Name | Description | |
|---|---|---|
| beforeStarted |
Before the instance going to be started
| |
| Continue |
Continues this instance -- if it was suspended
| |
| Start |
Starts this server,
| |
| Stop |
Stop server and dispose all functions.
| |
| Suspend |
Suspends the specified in seconds.
|