Class NetworkConnection
Network connection structure - used to identify connected peers when we're listening.
Inheritance
System.Object
NetworkConnection
Namespace: FlaxEngine.Networking
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NetworkConnection : ValueType
Fields
ConnectionId
The identifier of the connection.
Declaration
public uint ConnectionId
Field Value
System.UInt32
|
Remarks
Used by network driver implementations.
Properties
Default
The default NetworkConnection.
Declaration
public static NetworkConnection Default { get; }
Property Value
NetworkConnection
|