C# Class JsonFx.Handlers.StringETag

Generates an ETag for an arbitrary string.
Inheritance: ETag
Afficher le fichier Open project: pocket-playlab/jsonfx-v1

Méthodes publiques

Méthode Description
StringETag ( string content ) : System

Ctor

Méthodes protégées

Méthode Description
GetMetaData ( bool &isHash ) : object

Generates a unique ETag which changes when the Content changes

Method Details

GetMetaData() protected méthode

Generates a unique ETag which changes when the Content changes
protected GetMetaData ( bool &isHash ) : object
isHash bool
Résultat object

StringETag() public méthode

Ctor
public StringETag ( string content ) : System
content string
Résultat System