Click or drag to resize

IWebConfiguration Interface

Interface for managing a web application within Emulate3D.

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

The IWebConfiguration type exposes the following members.

Properties
 NameDescription
Public propertyClients Gets all clients.
Public propertySettings The settings used when starting the web application.
Top
Methods
 NameDescription
Public methodAddClientT Creates and adds a new client of the specified type to the web configuration system.
Public methodGetServerServiceT Get a registered web app service by type.
Public methodRestartServerAsync Restarts the web application.
Public methodStartServerAsync Starts the web application.
Public methodStopServerAsync Stops the web application.
Top
See Also