Discuss this help topic in SecureBlackbox Forum

TElWebSocketBase.SendText

TElWebSocketBase     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Sends text to the peer.

Declaration

[C#]
    void SendText(string Text);

[VB.NET]
    Sub SendText(ByVal Text As String)

[Pascal]
    procedure SendText(const Text : string);

[C++]
    void SendText(const std::string &Text);

[PHP]
    void SendText(string $Text)

[Java]
    void sendText(String Text);

Parameters

  • Text - the text to be sent.

Description

    Call this method to send text to the peer.

See also:     SendData     onBeforeMessageSend    

Discuss this help topic in SecureBlackbox Forum