C# Класс GSF.Net.Ftp.FtpSessionDisconnected

Наследование: IFtpSessionState
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AbortTransfer ( ) : void
Close ( ) : void
Connect ( string userName, string password ) : void
Dispose ( ) : void

Releases all the resources used by the FtpSessionDisconnected object.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

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

Приватные методы

Метод Описание
FtpSessionDisconnected ( FtpClient h, bool caseInsensitive ) : System

Описание методов

AbortTransfer() публичный Метод

public AbortTransfer ( ) : void
Результат void

Close() публичный Метод

public Close ( ) : void
Результат void

Connect() публичный Метод

public Connect ( string userName, string password ) : void
userName string
password string
Результат void

Dispose() публичный Метод

Releases all the resources used by the FtpSessionDisconnected object.
public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

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.
Результат void