C# Class GSF.Net.Ftp.FtpSessionConnected

Inheritance: IFtpSessionState
Exibir arquivo Open project: GridProtectionAlliance/gsf Class Usage Examples

Private Properties

Property Type Description
BeginDataTransfer void
EndDataTransfer void
FtpSessionConnected System
InitRootDirectory void

Public Methods

Method Description
AbortTransfer ( ) : void
Close ( ) : void
Connect ( string userName, string password ) : void
Dispose ( ) : void

Releases all the resources used by the FtpSessionConnected object.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

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

Method Details

AbortTransfer() public method

public AbortTransfer ( ) : void
return void

Close() public method

public Close ( ) : void
return void

Connect() public method

public Connect ( string userName, string password ) : void
userName string
password string
return void

Dispose() public method

Releases all the resources used by the FtpSessionConnected object.
public Dispose ( ) : void
return void

Dispose() protected method

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.
return void