System::Net::Http::Headers::EntityTagHeaderValue::EntityTagHeaderValue constructor

EntityTagHeaderValue::EntityTagHeaderValue(String) constructor

Constructs a new instance.

System::Net::Http::Headers::EntityTagHeaderValue::EntityTagHeaderValue(String tag)
ParameterTypeDescription
tagStringA string representation of an EntityTagHeaderValue-class instance.

See Also

EntityTagHeaderValue::EntityTagHeaderValue(String, bool) constructor

Constructs a new instance.

System::Net::Http::Headers::EntityTagHeaderValue::EntityTagHeaderValue(String tag, bool isWeak)
ParameterTypeDescription
tagStringA string representation of an EntityTagHeaderValue-class instance.
isWeakboolA value that indicates if the current instance is a weak validator.

See Also