[]
Gets or sets the settings related to the backend server, including the base URL and request modification handlers.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public ServerSettings Server { get; set; }
Type | Description |
---|---|
ServerSettings | An instance of ServerSettings representing the server settings. |