Search Results for

    Show / Hide Table of Contents

    Class NetworkSocket

    Network socket.

    Inheritance
    System.Object
    NetworkSocket
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class NetworkSocket : ValueType

    Fields

    IPVersion

    Socket address IP version.

    Declaration
    public NetworkIPVersion IPVersion
    Field Value
    NetworkIPVersion

    Protocol

    Socket protocol type.

    Declaration
    public NetworkProtocol Protocol
    Field Value
    NetworkProtocol

    Properties

    Default

    The default NetworkSocket.

    Declaration
    public static NetworkSocket Default { get; }
    Property Value
    NetworkSocket

    Extension Methods

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