Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat