Show / Hide Table of Contents

    Interface ISecureConnectionFeature

    Information about low-level connection information.

    Namespace: FubarDev.FtpServer.Features
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface ISecureConnectionFeature

    Properties

    | Improve this Doc View Source

    CloseEncryptedControlStream

    Gets or sets a delegate that closes an encrypted control stream.

    Declaration
    CloseEncryptedStreamDelegate CloseEncryptedControlStream { get; set; }
    Property Value
    Type Description
    CloseEncryptedStreamDelegate
    Remarks

    This doesn't apply to encrypted data streams.

    | Improve this Doc View Source

    CreateEncryptedStream

    Gets or sets a delegate that allows the creation of an encrypted stream.

    Declaration
    CreateEncryptedStreamDelegate CreateEncryptedStream { get; set; }
    Property Value
    Type Description
    CreateEncryptedStreamDelegate
    | Improve this Doc View Source

    OriginalStream

    Gets the control connection stream.

    Declaration
    [Obsolete("Unused and will be removed.")]
    NetworkStream OriginalStream { get; }
    Property Value
    Type Description
    NetworkStream
    • 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.