Dart.Ssh Namespace > SshConnection Class : Log Event |
'Declaration Public Event Log As LogEventHandler
'Usage Dim instance As SshConnection Dim handler As LogEventHandler AddHandler instance.Log, handler
public event LogEventHandler Log
public: __event LogEventHandler* Log
public: event LogEventHandler^ Log
The event handler receives an argument of type LogEventArgs containing data related to this event. The following LogEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Direction | Indicates whether the packet was sent or received. |
Packet | Returns a Packet that interprets an SSH packet. |
Data is reported when received, and may not correlate directly to methods that process this data.