PowerTCP SSH and SFTP for .NET
Log Event




Used to log packet-level communications.
Syntax
'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
Event Data

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.

PropertyDescription
Direction Indicates whether the packet was sent or received.  
PacketReturns a Packet that interprets an SSH packet.  
Remarks

Data is reported when received, and may not correlate directly to methods that process this data.

See Also

Reference

SshConnection Class
SshConnection Members


PowerTCP SSH and SFTP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic