docs.unity3d.com
    Show / Hide Table of Contents

    Class PendingClient

    A class representing a client that is currently in the process of connecting

    Inheritance
    Object
    PendingClient
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Netcode
    Syntax
    public class PendingClient

    Properties

    ClientId

    The ClientId of the client

    Declaration
    public ulong ClientId { get; }
    Property Value
    Type Description
    UInt64

    ConnectionState

    The state of the connection process for the client

    Declaration
    public PendingClient.State ConnectionState { get; }
    Property Value
    Type Description
    PendingClient.State
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023