Show / Hide Table of Contents

    Interface ITemporaryData

    Temporary data holder.

    Inherited Members
    IDisposable.Dispose()
    Namespace: FubarDev.FtpServer.BackgroundTransfer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface ITemporaryData : IDisposable
    Remarks

    Temporary data gets removed from the system when it's disposed.

    Properties

    | Improve this Doc View Source

    Size

    Gets the size of the temporary data.

    Declaration
    long Size { get; }
    Property Value
    Type Description
    Int64

    Methods

    | Improve this Doc View Source

    OpenAsync()

    Opens the temporary data and returns a stream.

    Declaration
    Task<Stream> OpenAsync()
    Returns
    Type Description
    Task<Stream>

    The stream containig the temporary data.

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