Discuss this help topic in SecureBlackbox Forum

TElHTTPParams.ContentLength

TElHTTPParams     See also     


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


Specifies the length of the HTTPS message.

Declaration

[C#]
    long ContentLength;

[VB.NET]
    Property ContentLength As Long

[Pascal]
    property ContentLength : Int64;

[C++]
    int64_t get_ContentLength();
    void set_ContentLength(int64_t Value);

[PHP]
    integer get_ContentLength()
    void set_ContentLength(integer $Value)

[Java]
    long getContentLength();
    void setContentLength(long Value);

Description

    Use this property to specify the length of the message content.

See also:     ContentType    

Discuss this help topic in SecureBlackbox Forum