mobileFX WebSocketX
WebSocketX ActiveX DLL / WebSocket Object / Send Method
In This Topic
    Send Method
    In This Topic
    Description

    Transmit a String to the WebSocket server.

    Syntax
    Visual Basic
    Public Sub Send( _
       ByVal Request As String _
    ) 
    Parameters
    Request
    Remarks

    Transmit a String to the WebSocket server.

    To adjust the transmission buffer, set WriteBufferSizeBytes.

    See Also