IWeb |
public interface IWebConfiguration
The IWebConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| Clients | Gets all clients. | |
| Settings | The settings used when starting the web application. |
| Name | Description | |
|---|---|---|
| AddClientT | Creates and adds a new client of the specified type to the web configuration system. | |
| GetServerServiceT | Get a registered web app service by type. | |
| RestartServerAsync | Restarts the web application. | |
| StartServerAsync | Starts the web application. | |
| StopServerAsync | Stops the web application. |