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
Show file Open project: poderosaproject/poderosa Class Usage Examples

Public Methods

Method Description
GetImage ( ) : Granados.IO.DataFragment

Get SFTP message image.

SFTPPacket ( SFTPPacketType packetType ) : System

Constructor

Method Details

GetImage() public method

Get SFTP message image.
public GetImage ( ) : Granados.IO.DataFragment
return Granados.IO.DataFragment

SFTPPacket() public method

Constructor
public SFTPPacket ( SFTPPacketType packetType ) : System
packetType SFTPPacketType SFTP packet type.
return System