Class FoundFeatureInfo
Found feature information.
Inherited Members
Namespace: FubarDev.FtpServer.Commands
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public class FoundFeatureInfo
Constructors
| Improve this Doc View SourceFoundFeatureInfo(IAuthenticationMechanism, IFeatureInfo)
Initializes a new instance of the FoundFeatureInfo class.
Declaration
public FoundFeatureInfo(IAuthenticationMechanism authMechanism, IFeatureInfo featureInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| IAuthenticationMechanism | authMechanism | The authentication mechanism. |
| IFeatureInfo | featureInfo | The feature information. |
FoundFeatureInfo(IFtpCommandHandlerExtensionInformation, IFeatureInfo)
Initializes a new instance of the FoundFeatureInfo class.
Declaration
public FoundFeatureInfo(IFtpCommandHandlerExtensionInformation extensionInfo, IFeatureInfo featureInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| IFtpCommandHandlerExtensionInformation | extensionInfo | The FTP command handler extension information. |
| IFeatureInfo | featureInfo | The feature information. |
FoundFeatureInfo(IFtpCommandHandlerInformation, IFeatureInfo)
Initializes a new instance of the FoundFeatureInfo class.
Declaration
public FoundFeatureInfo(IFtpCommandHandlerInformation commandHandlerInfo, IFeatureInfo featureInfo)
Parameters
| Type | Name | Description |
|---|---|---|
| IFtpCommandHandlerInformation | commandHandlerInfo | The FTP command handler information. |
| IFeatureInfo | featureInfo | The feature information. |
Properties
| Improve this Doc View SourceAuthenticationMechanism
Gets the authentication mechanism.
Declaration
public IAuthenticationMechanism AuthenticationMechanism { get; }
Property Value
| Type | Description |
|---|---|
| IAuthenticationMechanism |
CommandHandlerInfo
Gets the FTP command handler information.
Declaration
public IFtpCommandHandlerInformation CommandHandlerInfo { get; }
Property Value
| Type | Description |
|---|---|
| IFtpCommandHandlerInformation |
ExtensionInfo
Gets the FTP command handler extension information.
Declaration
public IFtpCommandHandlerExtensionInformation ExtensionInfo { get; }
Property Value
| Type | Description |
|---|---|
| IFtpCommandHandlerExtensionInformation |
FeatureInfo
Gets the feature information.
Declaration
public IFeatureInfo FeatureInfo { get; }
Property Value
| Type | Description |
|---|---|
| IFeatureInfo |
IsAuthenticationMechanism
Gets a value indicating whether AuthenticationMechanism is set.
Declaration
public bool IsAuthenticationMechanism { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsCommandHandler
Gets a value indicating whether CommandHandlerInfo is set.
Declaration
public bool IsCommandHandler { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
IsExtension
Gets a value indicating whether ExtensionInfo is set.
Declaration
public bool IsExtension { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |