C# Class FubarDev.FtpServer.AssemblyFtpCommandHandlerFactory

Searches assemblies for FtpCommandHandler and FtpCommandHandlerExtension implementations
Inheritance: IFtpCommandHandlerFactory
Afficher le fichier Open project: FubarDevelopment/FtpServer Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyFtpCommandHandlerFactory ( [ assembly ) : System

Initializes a new instance of the AssemblyFtpCommandHandlerFactory class.

CreateCommandHandlerExtensions ( FtpConnection connection ) : IEnumerable
CreateCommandHandlers ( FtpConnection connection ) : IEnumerable

Method Details

AssemblyFtpCommandHandlerFactory() public méthode

Initializes a new instance of the AssemblyFtpCommandHandlerFactory class.
public AssemblyFtpCommandHandlerFactory ( [ assembly ) : System
assembly [ The assembly to search for and implementations
Résultat System

CreateCommandHandlerExtensions() public méthode

public CreateCommandHandlerExtensions ( FtpConnection connection ) : IEnumerable
connection FtpConnection
Résultat IEnumerable

CreateCommandHandlers() public méthode

public CreateCommandHandlers ( FtpConnection connection ) : IEnumerable
connection FtpConnection
Résultat IEnumerable