mobileFX WebSocketX
WebSocketX ActiveX DLL / WebSocket Object / AutoFragment Property
In This Topic
    AutoFragment Property
    In This Topic
    Description

    Set the automatic fragmentation option. Default is false.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property AutoFragment As Boolean
    Remarks

    Determines if outgoing message payloads are broken up into multiple pieces. When the automatic fragmentation size is turned on, outgoing message payloads are broken up into multiple frames no larger than the write buffer size. The default setting is to fragment messages.

    See Also