FTP Managed-Code Extensibility Classes

 

Describes the managed-code classes that developers use to extend the functionality of the FTP service for IIS 7.5 and later.

In This Section

The following table lists the managed-code classes that are exposed by the FTP service.

Class Description
BaseProvider Defines the base provider for FTP extensibility classes.
FtpLogEntry Contains logging information for use with the IFtpLogProvider interface.
FtpPreprocessParameters Contains session information for use with the IFtpPreprocessProvider interface.
FtpPostprocessParameters Contains session information for use with the IFtpPostprocessProvider interface.

See Also

FTP Managed-Code Extensibility Enumerations

FTP Managed-Code Extensibility Interfaces