Discuss this help topic in SecureBlackbox Forum

TElClientIndySSHTransport.OnBanner

TElClientIndySSHTransport     


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


This event is fired when the hello message from the server is received.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    property OnBanner : TSSHBannerEvent;
    TSSHBannerEvent = procedure (Sender: TObject; const Text : string; const Language : string) of object;

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Text - text of the message
  • Language - message language

Description

    TElClientIndySSHTransport fires this event when it receives hello message from the server.

Discuss this help topic in SecureBlackbox Forum