[]
Gets or sets settings related to the backend server, including the base URL and request modification handlers.
[Parameter]
public ServerSettings ServerSettings { get; init; }
Type | Description |
---|---|
ServerSettings | A ServerSettings object representing the settings related to the backend server. |
This property can only be set once during object initialization and cannot be changed afterwards.