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
Afficher le fichier Open project: OpenDDRdotORG/OpenDDR-CSharp Class Usage Examples

Méthodes publiques

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

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
Résultat void