Discuss this help topic in SecureBlackbox Forum

TElHTTPCustomRequestParams.Connection

TElHTTPCustomRequestParams     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Specifies the Connection header of HTTP request.

Declaration

[C#]
    string Connection;

[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