C# 클래스 VirtoCommerce.SwaggerApiClient.Client.Configuration

Represents a set of configuration settings
파일 보기 프로젝트 열기: VirtoCommerce/vc-internal

공개 프로퍼티들

프로퍼티 타입 설명
ApiKey String>.Dictionary
ApiKeyPrefix String>.Dictionary
DefaultApiClient ApiClient

공개 메소드들

메소드 설명
ToDebugReport ( ) : String

Returns a string with essential information for debugging.

메소드 상세

ToDebugReport() 공개 정적인 메소드

Returns a string with essential information for debugging.
public static ToDebugReport ( ) : String
리턴 String

프로퍼티 상세

ApiKey 공개적으로 정적으로 프로퍼티

Gets or sets the API key based on the authentication name.
public static Dictionary ApiKey
리턴 String>.Dictionary

ApiKeyPrefix 공개적으로 정적으로 프로퍼티

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

DefaultApiClient 공개적으로 정적으로 프로퍼티

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