PowerTCP SSH and SFTP for .NET
Accept Property




Set to false to refuse the banner and cancel authentication. Defaults to true.
Syntax
'Declaration
 
Public Property Accept As Boolean
'Usage
 
Dim instance As BannerEventArgs
Dim value As Boolean
 
instance.Accept = value
 
value = instance.Accept
public bool Accept {get; set;}
public: __property bool get_Accept();
public: __property void set_Accept( 
   bool value
);
public:
property bool Accept {
   bool get();
   void set (    bool value);
}
See Also

Reference

BannerEventArgs Class
BannerEventArgs Members


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