Show / Hide Table of Contents

    Class FtpConnectionCheckResult

    Result object for a connection usability check.

    Inheritance
    Object
    FtpConnectionCheckResult
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.ConnectionChecks
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public sealed class FtpConnectionCheckResult

    Constructors

    | Improve this Doc View Source

    FtpConnectionCheckResult(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 Source

    IsUsable

    Gets a value indicating whether the connection is usable.

    Declaration
    public bool IsUsable { get; }
    Property Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.