Unosquare
    Show / Hide Table of Contents

    Class ConnectionAcceptedEventArgs

    The event arguments for when connections are accepted.

    Inheritance
    Object
    EventArgs
    ConnectionAcceptedEventArgs
    ConnectionAcceptingEventArgs
    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 ConnectionAcceptedEventArgs : EventArgs

    Constructors

    ConnectionAcceptedEventArgs(TcpClient)

    Initializes a new instance of the ConnectionAcceptedEventArgs class.

    Declaration
    public ConnectionAcceptedEventArgs(TcpClient client)
    Parameters
    Type Name Description
    TcpClient client

    The client.

    Exceptions
    Type Condition
    ArgumentNullException

    client.

    Properties

    Client

    Gets the client.

    Declaration
    public TcpClient Client { get; }
    Property Value
    Type Description
    TcpClient

    The client.

    See Also

    EventArgs

    Comments

    Back to top Copyright © 2017-2019 Unosquare