C# Class GSF.Net.Ftp.FtpSessionDisconnected

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

Public Methods

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

Releases all the resources used by the FtpSessionDisconnected object.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
FtpSessionDisconnected ( FtpClient h, bool caseInsensitive ) : System

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 FtpSessionDisconnected object.
public Dispose ( ) : void
return void

Dispose() protected method

Releases the unmanaged resources used by the FtpSessionDisconnected 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