System::Net::HttpWebRequest::set_KeepAlive method

HttpWebRequest::set_KeepAlive 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)
ParameterTypeDescription
valueboolThe value that must be set.

See Also