System::Net::Http::Headers::HttpResponseHeaders::set_ETag method

HttpResponseHeaders::set_ETag method

Sets a value of the ‘ETag’ header.

void System::Net::Http::Headers::HttpResponseHeaders::set_ETag(System::SharedPtr<EntityTagHeaderValue> value)
ParameterTypeDescription
valueSystem::SharedPtr<EntityTagHeaderValue>The value that must be set.

See Also