Discuss this help topic in SecureBlackbox Forum
Specifies secondary channel exit message.
Declaration
[C#]
string SecondaryChannelExitMessage;
[VB.NET]
Property SecondaryChannelExitMessage As String
[Pascal]
property SecondaryChannelExitMessage : string;
[C++]
void get_SecondaryChannelExitMessage(std::string &OutResult);
[PHP]
string get_SecondaryChannelExitMessage()
[Java]
String getSecondaryChannelExitMessage();
Description
Use this read-only property to get the secondary SSH channel exit message (the server description of the closing command).
Discuss this help topic in SecureBlackbox Forum