Show / Hide Table of Contents

    Class ListenerStartedEventArgs

    Event arguments for a started listener.

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

    Constructors

    | Improve this Doc View Source

    ListenerStartedEventArgs(Int32)

    Initializes a new instance of the ListenerStartedEventArgs class.

    Declaration
    public ListenerStartedEventArgs(int port)
    Parameters
    Type Name Description
    Int32 port

    The port used by the listener.

    Properties

    | Improve this Doc View Source

    Port

    Gets the port that's used by the listener.

    Declaration
    public int Port { get; }
    Property Value
    Type Description
    Int32
    • 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.