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

Http header operand.
Inheritance: OperandBase
Afficher le fichier Open project: giacomelli/DG-Swagger.Net Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Gets the value.
public GetValue ( object state ) : object
state object State.
Résultat object

HttpHeaderOperand() public méthode

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