C# Class Oddr.Models.ODDRHTTPEvidence

Evidence consisting of HTTP Header name and value pairs.
Inheritance: IEvidence
Mostra file Open project: OpenDDRdotORG/OpenDDR-CSharp

Public Methods

Method Description
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

Method Details

Exist() public method

public Exist ( string property ) : bool
property string
return bool

Get() public method

public Get ( String header ) : String
header String
return String

ODDRHTTPEvidence() public method

Empty constructor.
public ODDRHTTPEvidence ( ) : System
return System

ODDRHTTPEvidence() public method

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

Put() public method

public Put ( String key, String value ) : void
key String
value String
return void