Search Results for

    Show / Hide Table of Contents

    Class NetworkConnectionState

    The high-level network connection state.

    Inheritance
    System.Object
    NetworkConnectionState
    Namespace: FlaxEngine.Networking
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class NetworkConnectionState : Enum

    Fields

    Connected

    Connection has been made.

    Declaration
    public const NetworkConnectionState Connected
    Field Value
    NetworkConnectionState

    Connecting

    Connection process was started but not yet finished.

    Declaration
    public const NetworkConnectionState Connecting
    Field Value
    NetworkConnectionState

    Disconnected

    Connection ended.

    Declaration
    public const NetworkConnectionState Disconnected
    Field Value
    NetworkConnectionState

    Disconnecting

    Disconnection process was started but not yet finished.

    Declaration
    public const NetworkConnectionState Disconnecting
    Field Value
    NetworkConnectionState

    Offline

    Not connected.

    Declaration
    public const NetworkConnectionState Offline
    Field Value
    NetworkConnectionState

    value__

    Declaration
    public int value__
    Field Value
    System.Int32

    Extension Methods

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