Click or drag to resize

IAceHttpServer Interface

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbACE.Network.internet.core
Assembly:  imbACE.Network (in imbACE.Network.dll) Version: 0.2
Syntax
C#
public interface IAceHttpServer
Request Example View Source

The IAceHttpServer type exposes the following members.

Properties
  NameDescription
Public propertyaccessControl
ALC component of the server -- use it within [!:Process(HttpListenerContext)] override to check access rights
Public propertyinstanceName
Gets the name of the instance.
Public propertyport
Public propertysessionControl
Gets the session control.
Top
Methods
  NameDescription
Public methodbeforeStarted
Before the instance going to be started
Public methodContinue
Continues this instance -- if it was suspended
Public methodStart
Starts this server,
Public methodStop
Stop server and dispose all functions.
Public methodSuspend
Suspends the specified in seconds.
Top
See Also