Interface IFeatureInfoProvider
Provides feature information.
Namespace: FubarDev.FtpServer.Commands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public interface IFeatureInfoProvider
Methods
| Improve this Doc View SourceGetFeatureInfoItems()
Get all feature information items that can be found in the system.
Declaration
IEnumerable<FoundFeatureInfo> GetFeatureInfoItems()
Returns
Type | Description |
---|---|
IEnumerable<FoundFeatureInfo> | The feature information items. |