Struct ConnectedClientsArgs
Container for connected clients state for a client.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: FishNet.Transporting
Assembly: FishNet.Runtime.dll
Syntax
public struct ConnectedClientsArgs
Constructors
ConnectedClientsArgs(List<Int32>)
Declaration
public ConnectedClientsArgs(List<int> clientIds)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.Int32> | clientIds |
Properties
ClientIds
Collection of client ids connected to the server.
Declaration
public List<int> ClientIds { readonly get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |