C# Class GSF.Net.Ftp.FtpSessionConnected

Inheritance: IFtpSessionState
Afficher le fichier Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Properties

Свойство Type Description
BeginDataTransfer void
EndDataTransfer void
FtpSessionConnected System
InitRootDirectory void

Méthodes publiques

Méthode Description
AbortTransfer ( ) : void
Close ( ) : void
Connect ( string userName, string password ) : void
Dispose ( ) : void

Releases all the resources used by the FtpSessionConnected object.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Releases the unmanaged resources used by the FtpSessionConnected object and optionally releases the managed resources.

Private Methods

Méthode Description
BeginDataTransfer ( GSF.Net.Ftp.FtpDataStream stream ) : void
EndDataTransfer ( ) : void
FtpSessionConnected ( FtpClient h, FtpControlChannel ctrl, bool caseInsensitive ) : System
InitRootDirectory ( ) : void

Method Details

AbortTransfer() public méthode

public AbortTransfer ( ) : void
Résultat void

Close() public méthode

public Close ( ) : void
Résultat void

Connect() public méthode

public Connect ( string userName, string password ) : void
userName string
password string
Résultat void

Dispose() public méthode

Releases all the resources used by the FtpSessionConnected object.
public Dispose ( ) : void
Résultat void

Dispose() protected méthode

Releases the unmanaged resources used by the FtpSessionConnected object and optionally releases the managed resources.
protected Dispose ( bool disposing ) : void
disposing bool true to release both managed and unmanaged resources; false to release only unmanaged resources.
Résultat void