Operations at ServiceHostManagement
This page describes the backend methods at this endpoint.
| Signature | Description |
|---|---|
| ApiVersionInfo GetApiVersionInfo() | Gets the current version of the REST API. |
| ServiceHostConfiguration GetConfiguration() | Gets current configuration of a server that listens for incoming REST calls. |
| Void Restart() | Immediately restarts a server that listens for incoming REST calls. |
| Void SetConfiguration(ServiceHostConfiguration config) | Sets current configuration of a server that listens for incoming REST calls. |
| Void VerifyConnection() | Allows to verify if listening server is configured properly and able to receive incoming REST calls. |