Class FtpConnectionCheckResult
Result object for a connection usability check.
Inherited Members
Namespace: FubarDev.FtpServer.ConnectionChecks
Assembly: FubarDev.FtpServer.Abstractions.dll
Syntax
public sealed class FtpConnectionCheckResult
Constructors
| Improve this Doc View SourceFtpConnectionCheckResult(Boolean)
Initializes a new instance of the FtpConnectionCheckResult class.
Declaration
public FtpConnectionCheckResult(bool isUsable)
Parameters
Type | Name | Description |
---|---|---|
Boolean | isUsable | A value indicating whether the connection is usable. |
Properties
| Improve this Doc View SourceIsUsable
Gets a value indicating whether the connection is usable.
Declaration
public bool IsUsable { get; }
Property Value
Type | Description |
---|---|
Boolean |