C# Class RemObjects.InternetPack.Ftp.VirtualFtp.VirtualFtpServer

Inheritance: FtpServer
Exibir arquivo Open project: remobjects/internetpack Class Usage Examples

Public Methods

Method Description
VirtualFtpServer ( ) : System

Protected Methods

Method Description
GetDefaultSessionClass ( ) : Type
InvokeOnCanRetrieveFile ( FtpTransferEventArgs e ) : void
InvokeOnCanStoreFile ( FtpTransferEventArgs e ) : void
InvokeOnChangeDirectory ( FtpChangeDirectoryArgs e ) : void
InvokeOnClientConnected ( SessionEventArgs e ) : void
InvokeOnDelete ( FtpFileEventArgs e ) : void
InvokeOnDeleteDirectory ( FtpFileEventArgs e ) : void
InvokeOnGetListing ( FtpGetListingArgs e ) : void
InvokeOnMakeDirectory ( FtpFileEventArgs e ) : void
InvokeOnRename ( FtpRenameEventArgs e ) : void
InvokeOnRetrieveFile ( FtpTransferEventArgs e ) : void
InvokeOnStoreFile ( FtpTransferEventArgs e ) : void
InvokeOnUserLogin ( FtpUserLoginEventArgs e ) : void

Method Details

GetDefaultSessionClass() protected method

protected GetDefaultSessionClass ( ) : Type
return System.Type

InvokeOnCanRetrieveFile() protected method

protected InvokeOnCanRetrieveFile ( FtpTransferEventArgs e ) : void
e FtpTransferEventArgs
return void

InvokeOnCanStoreFile() protected method

protected InvokeOnCanStoreFile ( FtpTransferEventArgs e ) : void
e FtpTransferEventArgs
return void

InvokeOnChangeDirectory() protected method

protected InvokeOnChangeDirectory ( FtpChangeDirectoryArgs e ) : void
e FtpChangeDirectoryArgs
return void

InvokeOnClientConnected() protected method

protected InvokeOnClientConnected ( SessionEventArgs e ) : void
e RemObjects.InternetPack.CommandBased.SessionEventArgs
return void

InvokeOnDelete() protected method

protected InvokeOnDelete ( FtpFileEventArgs e ) : void
e FtpFileEventArgs
return void

InvokeOnDeleteDirectory() protected method

protected InvokeOnDeleteDirectory ( FtpFileEventArgs e ) : void
e FtpFileEventArgs
return void

InvokeOnGetListing() protected method

protected InvokeOnGetListing ( FtpGetListingArgs e ) : void
e FtpGetListingArgs
return void

InvokeOnMakeDirectory() protected method

protected InvokeOnMakeDirectory ( FtpFileEventArgs e ) : void
e FtpFileEventArgs
return void

InvokeOnRename() protected method

protected InvokeOnRename ( FtpRenameEventArgs e ) : void
e FtpRenameEventArgs
return void

InvokeOnRetrieveFile() protected method

protected InvokeOnRetrieveFile ( FtpTransferEventArgs e ) : void
e FtpTransferEventArgs
return void

InvokeOnStoreFile() protected method

protected InvokeOnStoreFile ( FtpTransferEventArgs e ) : void
e FtpTransferEventArgs
return void

InvokeOnUserLogin() protected method

protected InvokeOnUserLogin ( FtpUserLoginEventArgs e ) : void
e FtpUserLoginEventArgs
return void

VirtualFtpServer() public method

public VirtualFtpServer ( ) : System
return System