EntityTagHeaderValue()

EntityTagHeaderValue::EntityTagHeaderValue(String) constructor

Constructs a new instance.

System::Net::Http::Headers::EntityTagHeaderValue::EntityTagHeaderValue(String tag)

Arguments

ParameterTypeDescription
tagStringA string representation of an EntityTagHeaderValue-class instance.

EntityTagHeaderValue::EntityTagHeaderValue(String, bool) constructor

Constructs a new instance.

System::Net::Http::Headers::EntityTagHeaderValue::EntityTagHeaderValue(String tag, bool isWeak)

Arguments

ParameterTypeDescription
tagStringA string representation of an EntityTagHeaderValue-class instance.
isWeakboolA value that indicates if the current instance is a weak validator.

See Also