Discuss this help topic in SecureBlackbox Forum
Specifies the Connection header of HTTP request.
Declaration
[VB.NET]
Property Connection As String
[Pascal]
property Connection : string;
[C++]
void get_Connection(std::string &OutResult);
void set_Connection(const std::string &Value);
[PHP]
string get_Connection()
void set_Connection(string $Value)
[Java]
String getConnection();
void setConnection(String Value);
Description
This property specifies the Connection header of HTTP request (please see the RFC #2616 for further information).
Discuss this help topic in SecureBlackbox Forum