C# 클래스 Oddr.Models.ODDRHTTPEvidence

Evidence consisting of HTTP Header name and value pairs.
상속: IEvidence
파일 보기 프로젝트 열기: OpenDDRdotORG/OpenDDR-CSharp

공개 메소드들

메소드 설명
Exist ( string property ) : bool
Get ( String header ) : String
ODDRHTTPEvidence ( ) : System

Empty constructor.

ODDRHTTPEvidence ( String>.Dictionary map ) : System

Headers Dictionary parameterizable costructor.

Put ( String key, String value ) : void

메소드 상세

Exist() 공개 메소드

public Exist ( string property ) : bool
property string
리턴 bool

Get() 공개 메소드

public Get ( String header ) : String
header String
리턴 String

ODDRHTTPEvidence() 공개 메소드

Empty constructor.
public ODDRHTTPEvidence ( ) : System
리턴 System

ODDRHTTPEvidence() 공개 메소드

Headers Dictionary parameterizable costructor.
public ODDRHTTPEvidence ( String>.Dictionary map ) : System
map String>.Dictionary Headers Dictionary.
리턴 System

Put() 공개 메소드

public Put ( String key, String value ) : void
key String
value String
리턴 void