Discuss this help topic in SecureBlackbox Forum

TElWebSocketMessage.FullSize

TElWebSocketMessage     See also     


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


Specifies the size of the message in bytes.

Declaration

[C#]
    int FullSize;

[VB.NET]
    Property FullSize As Integer

[Pascal]
    property FullSize : integer;

[C++]
    int32_t get_FullSize();

[PHP]
    integer get_FullSize()

[Java]
    int getFullSize();

Description

    Use this read-only property to get the full size of the message in bytes. The size of the payload data is specified by PayloadLen.

See also:     PayloadLen    

Discuss this help topic in SecureBlackbox Forum