Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.ResponseComplete

TElHTTPSServer     See also     


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


Notifies the component that the response has been completed.

Declaration

[C#]
    void ResponseComplete();

[VB.NET]
    Sub ResponseComplete()

[Pascal]
    procedure ResponseComplete;

[C++]
    void ResponseComplete();

[PHP]
    void ResponseComplete()

[Java]
    void responseComplete();

Description

    Call this method to notify TElHTTPSServer that the response has been completed. The component will start sending the response to the client.

See also:     SendResponseData    

Discuss this help topic in SecureBlackbox Forum