Client - SetBannerHandler, OnBanner[C] __cdecl FlowSshC_Client_SetBannerHandler(
[C++] [Client] virtual void OnBanner(std::wstring const& banner); [C#] [Client] public event BannerEventHandler OnBanner; [C] Parameters
[Cpp/Net] Overrides and Events
Remarks Sometimes sending a warning message before the client user authenticates may be relevant to ensure legal protection against violators. Banner handlers are invoked if:
If both conditions are satisfied, the handler is invoked while establishing a connection with the SSH server, at progress [ConnectStep]SshUserAuth. |