aceHttpServerBase Class |
Namespace: imbACE.Network.internet.core
public abstract class aceHttpServerBase : aceComponentBase<serverParameters>, IAceHttpServer
The aceHttpServerBase type exposes the following members.
| Name | Description | |
|---|---|---|
| aceHttpServerBase | Initializes a new instance of the aceHttpServerBase class |
| Name | Description | |
|---|---|---|
| accessControl | ALC component of the server [by default is not used] -- use it within Process(HttpListenerContext) override to check access rights | |
| directory | Directory path to monitor | |
| flags | Initialization flags | |
| folderStructure | (Inherited from aceComponentBaseT.) | |
| instanceName | Signature of the server | |
| logContent | (Inherited from aceComponentBaseT.) | |
| name |
Component name
(Inherited from aceComponentBaseT.) | |
| notation | (Inherited from aceComponentBaseT.) | |
| path_settings | (Inherited from aceComponentBaseT.) | |
| port |
Port to listen to
| |
| sessionControl | Session component of the server [by default is not used] -- use it within Process(HttpListenerContext) override to check and retrive session data | |
| settings | Configuration of the server | |
| terminal |
instanca terminala koji koristi za logovanje
(Inherited from aceComponentBaseT.) | |
| timeForRestart | Scheduled time for server restart | |
| timeForSuspend | Scheduled time for server suspend | |
| underSuspension |
| Name | Description | |
|---|---|---|
| beforeStarted |
Before the instance going to be started
| |
| Continue |
Continues this instance -- if it was suspended
| |
| log | (Inherited from aceComponentBaseT.) | |
| OnPropertyChanged | (Inherited from aceBindable.) | |
| Process |
Processes the context http listener detected
| |
| saveSettings |
Snima vrednosti podesavanja
(Inherited from aceComponentBaseT.) | |
| Start |
Starts this server,
| |
| Stop |
Stop server and dispose all functions.
| |
| Suspend |
Suspends the specified in seconds.
|
| Name | Description | |
|---|---|---|
| PropertyChanged | (Inherited from aceBindable.) |
| Name | Description | |
|---|---|---|
| aceGenEx | (Defined by aceExceptionTools.) | |
| aceSciEx | (Defined by aceExceptionTools.) | |
| ProcessFileRequest | (Defined by aceServerExtensions.) |