Click or drag to resize

IWebConfigurationService Interface

The interface for a web app server.

Namespace: Emulate3D.WebConfiguration
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public interface IWebConfigurationService

The IWebConfigurationService type exposes the following members.

Properties
 NameDescription
Public propertyIsEnabled Is the service enabled.
Public propertyName The name of the service
Top
Methods
 NameDescription
Public methodBuild Called when the web server is being built. Register the dependencies here.
Public methodOnServerStarted Called when the web server is started.
Public methodOnServerStopped Called when the web server is stopped.
Public methodOnServerStopping Called when the web server is stopping.
Top
See Also