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

    Forces WebSocket protocol into text mode. Default is true.

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

    Forces WebSocket protocol into text mode. This controls whether or not outgoing message opcodes are set to binary or text. The setting is only applied at the start when a caller begins a new message. Changing the opcode after a message is started will only take effect after the current message being sent is complete. The default setting is to send text messages.

    See Also