Show / Hide Table of Contents

    Delegate ConnectionManager.NotifyClientDisconnectedDelegate

    Event delegate called when client is disconnected

    Namespace: Engine.Networking
    Assembly: Engine.Networking.dll
    Syntax
    public delegate void NotifyClientDisconnectedDelegate(NetworkConnection connection);
    Parameters
    Type Name Description
    Unity.Networking.Transport.NetworkConnection connection

    The client that disconnected

    Back to top Elavad Documentation