Unosquare
    Show / Hide Table of Contents

    Class ConnectionListenerStartedEventArgs

    Event arguments for when a server listener is started.

    Inheritance
    Object
    EventArgs
    ConnectionListenerStartedEventArgs
    Inherited Members
    EventArgs.Empty
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Swan.Net
    Syntax
    public class ConnectionListenerStartedEventArgs : EventArgs

    Constructors

    ConnectionListenerStartedEventArgs(IPEndPoint)

    Initializes a new instance of the ConnectionListenerStartedEventArgs class.

    Declaration
    public ConnectionListenerStartedEventArgs(IPEndPoint listenerEndPoint)
    Parameters
    Type Name Description
    IPEndPoint listenerEndPoint

    The listener end point.

    Exceptions
    Type Condition
    ArgumentNullException

    listenerEndPoint.

    Properties

    EndPoint

    Gets the end point.

    Declaration
    public IPEndPoint EndPoint { get; }
    Property Value
    Type Description
    IPEndPoint

    The end point.

    See Also

    EventArgs

    Comments

    Back to top Copyright © 2017-2019 Unosquare