Show / Hide Table of Contents

    Delegate CreateEncryptedStreamDelegate

    A delegate that's used to create an encrypted stream (CreateEncryptedStream).

    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public delegate Task<Stream> CreateEncryptedStreamDelegate(Stream unencryptedStream);
    Parameters
    Type Name Description
    Stream unencryptedStream

    The unencrypted stream.

    Returns
    Type Description
    Task<Stream>

    The encrypted stream.

    • 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.