C# Class Systran.Configuration

Represents a set of configuration settings
Mostrar archivo Open project: SYSTRAN/translation-api-csharp-client

Public Properties

Property Type Description
apiClient Systran.TranslationClientLib.Client.ApiClient
apiKey String>.Dictionary
apiKeyPrefix String>.Dictionary

Property Details

apiClient public_oe static_oe property

Gets or sets the API client. This is the default API client for making HTTP calls.
public static ApiClient,Systran.TranslationClientLib.Client apiClient
return Systran.TranslationClientLib.Client.ApiClient

apiKey public_oe static_oe property

Gets or sets the API key based on the authentication name
public static Dictionary apiKey
return String>.Dictionary

apiKeyPrefix public_oe static_oe property

Gets or sets the prefix (e.g. Token) of the API key based on the authentication name
public static Dictionary apiKeyPrefix
return String>.Dictionary