Discuss this help topic in SecureBlackbox Forum

TElHTTPSClient.ContentLength

TElHTTPSClient     See also     


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


Specifies the length of the body of HTTP response.

Declaration

[C#]
    long ContentLength;

[VB.NET]
    Property ContentLength As Long

[Pascal]
    property ContentLength : Int64;

[C++]
    int64_t get_ContentLength();

[PHP]
    integer get_ContentLength()

[Java]
    long getContentLength();

Description

    This read-only property returns the length of received data.

See also:     Date     MaxRedirections     OutputStream     KeepAlivePolicy     RequestParameters     ServerStatusCode     ServerReasonPhrase     SSLEnabled    

Discuss this help topic in SecureBlackbox Forum