HttpClientOptions
Configuration class for HTTP client URLs used across the system.
The HttpClientOptions class provides a centralized configuration for various HTTP client URLs used throughout the system. It contains URLs for different services and interfaces, including web interfaces, studio, build manager, Office Web Apps, and various API endpoints. This class serves as a configuration container for managing HTTP client connections to different parts of the system.
Properties
Name | Description |
---|---|
WebInterfaceUrl | Gets or sets the URL for the web interface service. |
OfficeWebAppsUrl | Gets or sets the URL for the Office Web Apps service. |
BuildManagerUrl | Gets or sets the URL for the Build Manager service. |
InternalApiUrl | Gets or sets the URL for the internal API service. |
DocumentServiceApiUrl | Gets or sets the URL for the Document Service API. |
StudioUrl | Gets or sets the URL for the Studio service. |