Discuss this help topic in SecureBlackbox Forum

TElSSHTunnelConnection.SendText

TElSSHTunnelConnection     See also     


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


This method sends a string of data through the logical connection

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure SendText(S : string);

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

[PHP]
    void SendText(string $S)

[Java]
    not available

Parameters

  • S - data string

Description

    Use SendText to send a string data through the logical connection.

See also:     SendData    

Discuss this help topic in SecureBlackbox Forum