PowerTCP SSH and SFTP for .NET
ConnectionInfo Property




Used to get or set the response timeout value in milliseconds.
Syntax
'Declaration
 
Public ReadOnly Property ConnectionInfo As ConnectionInfo
'Usage
 
Dim instance As Connection
Dim value As ConnectionInfo
 
value = instance.ConnectionInfo
public ConnectionInfo ConnectionInfo {get;}
public: __property ConnectionInfo* get_ConnectionInfo();
public:
property ConnectionInfo^ ConnectionInfo {
   ConnectionInfo^ get();
}
Exceptions
ExceptionDescription
System.InvalidOperationExceptionThrown if no connection exists.
Remarks

Must be

See Also

Reference

Connection Class
Connection Members


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