Class PendingClient
Server-Side Only: A class representing a client that is currently in the process of connecting
Inherited Members
Namespace: Unity.Netcode
Assembly: Unity.Netcode.Runtime.dll
Syntax
public class PendingClient
Properties
ClientId
The ClientId of the client
Declaration
public ulong ClientId { get; }
Property Value
| Type | Description |
|---|---|
| ulong |
ConnectionState
The state of the connection process for the client
Declaration
public PendingClient.State ConnectionState { get; }
Property Value
| Type | Description |
|---|---|
| PendingClient.State |