Discuss this help topic in SecureBlackbox Forum

TElSimpleSFTPClient.SecondaryChannelExitSignal

TElSimpleSFTPClient     See also     


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


Specifies secondary channel exit signal.

Declaration

[C#]
    string SecondaryChannelExitSignal;

[VB.NET]
    Property SecondaryChannelExitSignal As String

[Pascal]
    property SecondaryChannelExitSignal : string;

[C++]
    void get_SecondaryChannelExitSignal(std::string &OutResult);

[PHP]
    string get_SecondaryChannelExitSignal()

[Java]
    String getSecondaryChannelExitSignal();

Description

    Use this read-only property to get the secondary SSH channel exit signal. The exit signal is a signal sent by the server to kill the remote command.

Discuss this help topic in SecureBlackbox Forum