Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.ClearResponse

TElHTTPSClient     See also     


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


Deletes all response headers

Declaration

[C#]
    void ClearResponse();

[VB.NET]
    Sub ClearResponse()

[Pascal]
    procedure ClearResponse;

[C++]
    void ClearResponse();

[PHP]
    void ClearResponse()

[Java]
    void clearResponse();

Description

    Use this method to clear all response headers.

See also:     ClearRequest    

Discuss this help topic in SecureBlackbox Forum