C# Class VirtoCommerce.SwaggerApiClient.Client.Configuration

Represents a set of configuration settings
Afficher le fichier Open project: VirtoCommerce/vc-internal

Méthodes publiques

Свойство Type Description
ApiKey String>.Dictionary
ApiKeyPrefix String>.Dictionary
DefaultApiClient ApiClient

Méthodes publiques

Méthode Description
ToDebugReport ( ) : String

Returns a string with essential information for debugging.

Method Details

ToDebugReport() public static méthode

Returns a string with essential information for debugging.
public static ToDebugReport ( ) : String
Résultat String

Property Details

ApiKey public_oe static_oe property

Gets or sets the API key based on the authentication name.
public static Dictionary ApiKey
Résultat 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
Résultat String>.Dictionary

DefaultApiClient public_oe static_oe property

Gets or sets the default API client for making HTTP calls.
public static ApiClient,VirtoCommerce.SwaggerApiClient.Client DefaultApiClient
Résultat ApiClient