PowerTCP SSH and SFTP for .NET
IsSocket Property




True if this entry is a socket.
Syntax
'Declaration
 
Public ReadOnly Property IsSocket As Boolean
'Usage
 
Dim instance As SftpFileAttributes
Dim value As Boolean
 
value = instance.IsSocket
public bool IsSocket {get;}
public: __property bool get_IsSocket();
public:
property bool IsSocket {
   bool get();
}

Property Value

Returns true if permissions are available and they indicate that this entry represents a socket.
See Also

Reference

SftpFileAttributes Class
SftpFileAttributes Members


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