C# Класс Amazon.APIGateway.UnauthorizedCacheControlHeaderStrategy

Constants used for properties of type UnauthorizedCacheControlHeaderStrategy.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
FAIL_WITH_403 UnauthorizedCacheControlHeaderStrategy
SUCCEED_WITHOUT_RESPONSE_HEADER UnauthorizedCacheControlHeaderStrategy
SUCCEED_WITH_RESPONSE_HEADER UnauthorizedCacheControlHeaderStrategy

Открытые методы

Метод Описание
FindValue ( string value ) : UnauthorizedCacheControlHeaderStrategy

Finds the constant for the unique value.

UnauthorizedCacheControlHeaderStrategy ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Описание методов

FindValue() публичный статический Метод

Finds the constant for the unique value.
public static FindValue ( string value ) : UnauthorizedCacheControlHeaderStrategy
value string The unique value for the constant
Результат UnauthorizedCacheControlHeaderStrategy

UnauthorizedCacheControlHeaderStrategy() публичный Метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public UnauthorizedCacheControlHeaderStrategy ( string value ) : System
value string
Результат System

Описание свойств

FAIL_WITH_403 публичное статическое свойство

Constant FAIL_WITH_403 for UnauthorizedCacheControlHeaderStrategy
public static UnauthorizedCacheControlHeaderStrategy,Amazon.APIGateway FAIL_WITH_403
Результат UnauthorizedCacheControlHeaderStrategy

SUCCEED_WITHOUT_RESPONSE_HEADER публичное статическое свойство

Constant SUCCEED_WITHOUT_RESPONSE_HEADER for UnauthorizedCacheControlHeaderStrategy
public static UnauthorizedCacheControlHeaderStrategy,Amazon.APIGateway SUCCEED_WITHOUT_RESPONSE_HEADER
Результат UnauthorizedCacheControlHeaderStrategy

SUCCEED_WITH_RESPONSE_HEADER публичное статическое свойство

Constant SUCCEED_WITH_RESPONSE_HEADER for UnauthorizedCacheControlHeaderStrategy
public static UnauthorizedCacheControlHeaderStrategy,Amazon.APIGateway SUCCEED_WITH_RESPONSE_HEADER
Результат UnauthorizedCacheControlHeaderStrategy