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
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
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"