Class HttpClientFactoryServiceKeyNames
- Namespace
- FoundationaLLM.Common.Constants
- Assembly
- FoundationaLLM.Common.dll
Name constants used for the key names of the dictionary generated by IHttpClientFactoryService implementations.
public static class HttpClientFactoryServiceKeyNames
- Inheritance
-
HttpClientFactoryServiceKeyNames
- Inherited Members
Fields
APIKey
The dictionary key identifying the API key of an HTTP client.
public const string APIKey = "APIKey"
Field Value
APIKeyHeaderName
The dictionary key identifying the name of the header that contains the API key.
public const string APIKeyHeaderName = "APIKeyHeaderName"
Field Value
APIKeyPrefix
The dictionary key identifying the optional API key prefix.
public const string APIKeyPrefix = "APIKeyPrefix"
Field Value
APIVersion
The dictionary key identifying the API version.
public const string APIVersion = "APIVersion"
Field Value
AuthenticationType
The dictionary key identifying the authentication type of an HTTP client.
public const string AuthenticationType = "AuthenticationType"
Field Value
AzureEventGridTopicName
The name of the Azure Event Grid topic.
public const string AzureEventGridTopicName = "AzureEventGridTopicName"
Field Value
AzureEventGridTopicSubscriptionName
The name of the Azure Event Grid topic subscription.
public const string AzureEventGridTopicSubscriptionName = "AzureEventGridTopicSubscriptionName"
Field Value
EnableDiagnostics
The dictionary key identifying whether diagnostics are enabled for an HTTP client.
public const string EnableDiagnostics = "EnableDiagnostics"
Field Value
Endpoint
The dictionary key identifying the endpoint of an HTTP client.
public const string Endpoint = "Endpoint"
Field Value
TimeoutSeconds
The dictionary key identifying the timeout in seconds associated with an HTTP client.
public const string TimeoutSeconds = "TimeoutSeconds"