C# Class FtpAdapters.FtpReader

Inheritance: GSF.TimeSeries.Adapters.FacileActionAdapterBase
Show file Open project: GridProtectionAlliance/gsf

Private Properties

Property Type Description
DownloadFile void

Public Methods

Method Description
FtpReader ( ) : System

Creates a new FtpReader.

GetShortStatus ( int maxLength ) : string

Gets a short one-line status of this FtpReader.

Initialize ( ) : void

Initializes FtpReader.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

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

Private Methods

Method Description
DownloadFile ( ) : void

Method Details

Dispose() protected method

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

FtpReader() public method

Creates a new FtpReader.
public FtpReader ( ) : System
return System

GetShortStatus() public method

Gets a short one-line status of this FtpReader.
public GetShortStatus ( int maxLength ) : string
maxLength int Maximum number of available characters for display.
return string

Initialize() public method

Initializes FtpReader.
public Initialize ( ) : void
return void