C# Class Swagger.Net.ResourceModels.Configuration.Operands.HttpHeaderOperand

Http header operand.
Inheritance: OperandBase
Exibir arquivo Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Public Methods

Method Description
GetValue ( object state ) : object

Gets the value.

HttpHeaderOperand ( string headerName ) : System

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

Method Details

GetValue() public method

Gets the value.
public GetValue ( object state ) : object
state object State.
return object

HttpHeaderOperand() public method

Initializes a new instance of the Swagger.Net.ResourceModels.Configuration.Operands.HttpHeaderOperand class.
public HttpHeaderOperand ( string headerName ) : System
headerName string Header name.
return System