C# Класс Renci.SshNet.Sftp.SftpFileAttributes

Contains SFTP file attributes.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FromBytes SftpFileAttributes
FromBytes SftpFileAttributes
SftpFileAttributes System
SftpFileAttributes System

Открытые методы

Метод Описание
GetBytes ( ) : byte[]

Returns a byte array representing the current SftpFileAttributes.

SetPermissions ( short mode ) : void

Sets the permissions.

Приватные методы

Метод Описание
FromBytes ( SshDataStream stream ) : SftpFileAttributes
FromBytes ( byte buffer ) : SftpFileAttributes
SftpFileAttributes ( ) : System
SftpFileAttributes ( System.DateTime lastAccessTime, System.DateTime lastWriteTime, long size, int userId, int groupId, uint permissions, string>.IDictionary extensions ) : System

Описание методов

GetBytes() публичный метод

Returns a byte array representing the current SftpFileAttributes.
public GetBytes ( ) : byte[]
Результат byte[]

SetPermissions() публичный метод

Sets the permissions.
public SetPermissions ( short mode ) : void
mode short The mode.
Результат void