C# Класс Swagger.Net.ResourceModels.Configuration.Operands.HttpHeaderOperand

Http header operand.
Наследование: OperandBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetValue ( object state ) : object

Gets the value.

HttpHeaderOperand ( string headerName ) : System

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operands.HttpHeaderOperand class.

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

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

Gets the value.
public GetValue ( object state ) : object
state object State.
Результат object

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

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operands.HttpHeaderOperand class.
public HttpHeaderOperand ( string headerName ) : System
headerName string Header name.
Результат System