Show / Hide Table of Contents

    Class FtpConnectionDataTransferStartedEvent

    This event object gets sent when a data transfer was started.

    Inheritance
    Object
    FtpConnectionDataTransferStartedEvent
    Implements
    IFtpConnectionEvent
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.Events
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public class FtpConnectionDataTransferStartedEvent : IFtpConnectionEvent

    Constructors

    | Improve this Doc View Source

    FtpConnectionDataTransferStartedEvent(String)

    Initializes a new instance of the FtpConnectionDataTransferStartedEvent class.

    Declaration
    public FtpConnectionDataTransferStartedEvent(string transferId)
    Parameters
    Type Name Description
    String transferId

    The transfer ID.

    Properties

    | Improve this Doc View Source

    TransferId

    Gets the transfer ID.

    Declaration
    public string TransferId { get; }
    Property Value
    Type Description
    String

    Implements

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