Client - SetForwardingLogHandler, OnForwardingLog

[C]

__cdecl FlowSshC_Client_SetForwardingLogHandler(
  FlowSshC_Client* client,
  FlowSshC_ForwardingLogHandler handler,
  void* handlerData);

[C++]

[Client] virtual void OnForwardingLog(RefPtrConst<ForwardingLog> const& log);

[C#]

[ClientBase] public event ForwardingLogHandler OnForwardingLog;

Parameters

  • [C] client: FlowSshC_Client pointer.
  • [C] handler: A ForwardingLogHandler function to be used with the request. Optional.
  • [C] handlerData: An application-defined value to be passed to the handler. Optional.

[C++/.NET] Overrides and Events

  • OnForwardingLog: Informs you about activity related to port forwarded connections.
    Parameters: