Discuss this help topic in SecureBlackbox Forum

TElHTTPServerRequestParams.Expects100Continue

TElHTTPServerRequestParams     


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


Specifies whether the server expects the client to continue with its request.

Declaration

[C#]
    bool Expects100Continue;

[VB.NET]
    Property Expects100Continue As Boolean

[Pascal]
    property Expects100Continue : Boolean;

[C++]
    bool get_Expects100Continue();
    void set_Expects100Continue(bool Value);

[PHP]
    bool get_Expects100Continue()
    void set_Expects100Continue(bool $Value)

[Java]
    boolean getExpects100Continue();
    void setExpects100Continue(boolean Value);

Description

    If this property value is True, the client will continue with its request.

Discuss this help topic in SecureBlackbox Forum