System::Net::Http::Headers::HttpContentHeaders::set_Expires method

HttpContentHeaders::set_Expires method

Sets a value of the ‘Expires’ header.

void System::Net::Http::Headers::HttpContentHeaders::set_Expires(Nullable<DateTimeOffset> value)
ParameterTypeDescription
valueNullable<DateTimeOffset>The value that will be set.

See Also