Table of Contents

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

string

AuthenticationType

The dictionary key identifying the authentication type of an HTTP client.

public const string AuthenticationType = "AuthenticationType"

Field Value

string

AzureEventGridTopicName

The name of the Azure Event Grid topic.

public const string AzureEventGridTopicName = "AzureEventGridTopicName"

Field Value

string

AzureEventGridTopicSubscriptionName

The name of the Azure Event Grid topic subscription.

public const string AzureEventGridTopicSubscriptionName = "AzureEventGridTopicSubscriptionName"

Field Value

string

Endpoint

The dictionary key identifying the endpoint of an HTTP client.

public const string Endpoint = "Endpoint"

Field Value

string

TimeoutSeconds

The dictionary key identifying the timeout in seconds associated with an HTTP client.

public const string TimeoutSeconds = "TimeoutSeconds"

Field Value

string