C# 클래스 Swagger.Net.ResourceModels.Configuration.Operands.HttpHeaderOperand

Http header operand.
상속: OperandBase
파일 보기 프로젝트 열기: giacomelli/DG-Swagger.Net 1 사용 예제들

공개 메소드들

메소드 설명
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