C# Class Granados.Poderosa.SFTP.SFTPPacket

Specialized SSH2Packet for constructing SFTP packet.
The instances of this class share single thread-local buffer. You should be careful that only single instance is used while constructing a packet.
Inheritance: SSH2Packet
Afficher le fichier Open project: poderosaproject/poderosa Class Usage Examples

Méthodes publiques

Méthode Description
GetImage ( ) : Granados.IO.DataFragment

Get SFTP message image.

SFTPPacket ( SFTPPacketType packetType ) : System

Constructor

Method Details

GetImage() public méthode

Get SFTP message image.
public GetImage ( ) : Granados.IO.DataFragment
Résultat Granados.IO.DataFragment

SFTPPacket() public méthode

Constructor
public SFTPPacket ( SFTPPacketType packetType ) : System
packetType SFTPPacketType SFTP packet type.
Résultat System