Discuss this help topic in SecureBlackbox Forum

TElWebSocketMessage.PayloadLen

TElWebSocketMessage     See also     


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


Specifies the length of the payload data.

Declaration

[C#]
    long PayloadLen;

[VB.NET]
    Property PayloadLen As Long

[Pascal]
    property PayloadLen : Int64;

[C++]
    int64_t get_PayloadLen();

[PHP]
    integer get_PayloadLen()

[Java]
    long getPayloadLen();

Description

    Use this read-only property to get the length of the payload data in bytes.

See also:     PayloadData     FullSize    

Discuss this help topic in SecureBlackbox Forum