Discuss this help topic in SecureBlackbox Forum

TElHTTPServerRequestParams.Chunked

TElHTTPServerRequestParams     


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


Specifies if the server request is chunked.

Declaration

[C#]
    bool Chunked;

[VB.NET]
    Property Chunked As Boolean

[Pascal]
    property Chunked : boolean;

[C++]
    bool get_Chunked();

[PHP]
    bool get_Chunked()

[Java]
    boolean getChunked();

Description

    If this property value is True, the request is chunked.

Discuss this help topic in SecureBlackbox Forum