C# Class FubarDev.FtpServer.AssemblyFtpCommandHandlerFactory

Searches assemblies for FtpCommandHandler and FtpCommandHandlerExtension implementations
Inheritance: IFtpCommandHandlerFactory
Datei anzeigen Open project: FubarDevelopment/FtpServer Class Usage Examples

Public Methods

Method Description
AssemblyFtpCommandHandlerFactory ( [ assembly ) : System

Initializes a new instance of the AssemblyFtpCommandHandlerFactory class.

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

Method Details

AssemblyFtpCommandHandlerFactory() public method

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

CreateCommandHandlerExtensions() public method

public CreateCommandHandlerExtensions ( FtpConnection connection ) : IEnumerable
connection FtpConnection
return IEnumerable

CreateCommandHandlers() public method

public CreateCommandHandlers ( FtpConnection connection ) : IEnumerable
connection FtpConnection
return IEnumerable