Table of Contents

TTMSFNCWebSocketFrame.IsFin Property

Indicates whether this frame is the final frame of a message.

API unit family: TMSFNCWebSocketCommon Declaring type: TTMSFNCWebSocketFrame Type: Boolean

Syntax

property IsFin: Boolean;

Remarks

True means the message is complete; False means more continuation frames follow.