type
TBannerEvent = procedure(Sender: TObject; const Banner: string) of object;
property OnBanner: TBannerEvent;
Description
Occurs if SSH server returns a banner when authenticating. The Banner hold received banner.
The banner may contain a warning message or any other information message.
See Also