PowerTCP SSH and SFTP for .NET
OnStateChanged Method (Sftp)




An EventArgs that contains the event data.
Overrides SshConnection.OnStateChanged.
Syntax
'Declaration
 
Protected Overrides Sub OnStateChanged( _
   ByVal e As BaseEventArgs _
) 
'Usage
 
Dim instance As Sftp
Dim e As BaseEventArgs
 
instance.OnStateChanged(e)
protected override void OnStateChanged( 
   BaseEventArgs e
)
protected: void OnStateChanged( 
   BaseEventArgs* e
) override 
protected:
void OnStateChanged( 
   BaseEventArgs^ e
) override 

Parameters

e
An EventArgs that contains the event data.
Remarks
Once active, the Sftp component populates the WorkingDirectory property before calling the SshConnection.OnStateChanged method.
See Also

Reference

Sftp Class
Sftp Members


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