Class PartnerAgentApiClientSettings
Represents the settings for configuring the Partner Agent API client.
Inherited Members
Namespace: PAccess.PartnerAgents.ApiClient.Configuration
Assembly: PAccess.PartnerAgents.ApiClient.dll
Syntax
public class PartnerAgentApiClientSettings
Properties
View SourceBaseUrl
Gets or sets the base URL of the Partner Agent API.
Declaration
public string BaseUrl { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClientId
Gets or sets the client ID for authentication.
Declaration
public string ClientId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClientSecret
Gets or sets the client secret for authentication.
Declaration
public string ClientSecret { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DisableProxyCertificateValidation
Gets or sets a value indicating whether to disable certificate validation for proxy HTTPS requests.
Declaration
public bool DisableProxyCertificateValidation { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Proxy
Gets or sets the proxy to use for API requests.
Declaration
public IWebProxy? Proxy { get; set; }
Property Value
| Type | Description |
|---|---|
| IWebProxy |