C# Class Oddr.Models.BufferedODDRHTTPEvidence

Extends ODDRHTTPEvidence. Contains the reference to identified Bowser, Device and OperatingSystem. It can be used to retrieve back model object in order to get properties directly.
Inheritance: ODDRHTTPEvidence
Show file Open project: OpenDDRdotORG/OpenDDR-CSharp Class Usage Examples

Public Methods

Method Description
Put ( String key, String value ) : void

When Evidence change, stored model object are removed in order to allow new identification.

Method Details

Put() public method

When Evidence change, stored model object are removed in order to allow new identification.
public Put ( String key, String value ) : void
key String Header name
value String Header value
return void