Discuss this help topic in SecureBlackbox Forum

TElWebSocketMessage.IsFinal

TElWebSocketMessage     See also     


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


Specifies if the frame is a final fragment in a mesage.

Declaration

[C#]
    bool IsFinal;

[VB.NET]
    Property IsFinal As Boolean

[Pascal]
    property IsFinal : boolean;

[C++]
    bool get_IsFinal();
    void set_IsFinal(bool Value);

[PHP]
    bool get_IsFinal()
    void set_IsFinal(bool $Value)

[Java]
    boolean getIsFinal();
    void setIsFinal(boolean Value);

Description

    This property specifies if the frame is the final fragment in a message. Note that the first fragment may also be the final one.

See also:     Fragmented    

Discuss this help topic in SecureBlackbox Forum