[]
Represents the settings necessary for establishing a connection to a Web API.
public class ReportServiceSettings
The ReportServiceSettings
class contains the configuration required to connect to a Web API, including the base URL, security token, and a callback function for request customization.
Name | Description |
---|---|
ReportServiceSettings() |
Name | Description |
---|---|
OnRequest | Gets or sets a callback function that is invoked before any request is made to the Web API. |
SecurityToken | Gets or sets the security token required to access the Web API securely. |
Url | Gets or sets the URL used to connect to the Web API. |