Discuss this help topic in SecureBlackbox Forum

TElHTTPRequestParams.Cookie

TElHTTPRequestParams     


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


Specifies the Cookie header of HTTP request

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property Cookie : string;

[C++]
    void get_Cookie(std::string &OutResult);
    void set_Cookie(const std::string &Value);

[PHP]
    string get_Cookie()
    void set_Cookie(string $Value)

[Java]
    not available

Description

    This property specifies the Cookie header of HTTP request (please see the RFC #6265 for further information)

Discuss this help topic in SecureBlackbox Forum