Class PendingClient
A class representing a client that is currently in the process of connecting
Inherited Members
Namespace: MLAPI.Connection
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public class PendingClient
Fields
ClientId
The ClientId of the client
Declaration
public ulong ClientId
Field Value
Type | Description |
---|---|
ulong |
ConnectionState
The state of the connection process for the client
Declaration
public PendingClient.State ConnectionState
Field Value
Type | Description |
---|---|
PendingClient.State |