set_KeepAlive()

HttpWebRequest::set_KeepAlive(bool) method

Sets a value that indicates if the current request must contain the ‘Keep-Alive’ header.

virtual void System::Net::HttpWebRequest::set_KeepAlive(bool value)

Arguments

ParameterTypeDescription
valueboolThe value that must be set.

See Also