Table of Contents

TTMSFNCWebSocketFrame.IsMasked Property

Indicates whether the payload is masked.

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

Syntax

property IsMasked: Boolean;

Remarks

True applies a masking key to the payload when the frame is serialized; client-to-server frames are required to be masked.