Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.ResponseHeaders

TElHTTPSClient     See also     


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


Provides access to HTTP response headers

Declaration

[C#]
    TElStringList ResponseHeaders;

[VB.NET]
    Property ResponseHeaders As TElStringList

[Pascal]
    property ResponseHeaders : TElStringList;

[C++]
    TElStringList* get_ResponseHeaders();

[PHP]
    TElStringList get_ResponseHeaders()

[Java]
    TElStringList getResponseHeaders();

Description

    Use this property to access HTTP response headers

See also:     ResponseHeaders    

Discuss this help topic in SecureBlackbox Forum