Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.ResponseCookies

TElHTTPSClient     See also     


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


Provides access to HTTP response cookies

Declaration

[C#]
    TElStringList ResponseCookies;

[VB.NET]
    Property ResponseCookies As TElStringList

[Pascal]
    property ResponseCookies : TElStringList;

[C++]
    TElStringList* get_ResponseCookies();

[PHP]
    TElStringList get_ResponseCookies()

[Java]
    TElStringList getResponseCookies();

Description

    Use this property to access HTTP response cookies

See also:     ResponseCookies    

Discuss this help topic in SecureBlackbox Forum