Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.RequestCookies

TElHTTPSClient     See also     


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


Use this property to access HTTP request cookies.

Declaration

[C#]
    TElStringList RequestCookies;

[VB.NET]
    Property RequestCookies As TElStringList

[Pascal]
    property RequestCookies : TElStringList;

[C++]
    TElStringList* get_RequestCookies();

[PHP]
    TElStringList get_RequestCookies()

[Java]
    TElStringList getRequestCookies();

Description

    Use this property to configure HTTP request cookies.

See also:     ResponseCookies    

Discuss this help topic in SecureBlackbox Forum