System::Net::Http::Headers::HttpResponseHeaders::set_RetryAfter method

HttpResponseHeaders::set_RetryAfter method

Sets a value of the ‘Retry-After’ header.

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

See Also