Discuss this help topic in SecureBlackbox Forum

TElHTTPSServer.Send100Continue

TElHTTPSServer     See also     


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


Sends a 100 (Continue) response to the client.

Declaration

[C#]
    void Send100Continue();

[VB.NET]
    Sub Send100Continue()

[Pascal]
    procedure Send100Continue;

[C++]
    void Send100Continue();

[PHP]
    void Send100Continue()

[Java]
    void send100Continue();

Description

    Call this method to allow the client to continue with its request (please see the RFC #2616 for further information).

See also:     SendResponseHeaders    

Discuss this help topic in SecureBlackbox Forum