Struct QosServer | Multiplay QoS Client | 0.1.1-preview.4
docs.unity3d.com
    Show / Hide Table of Contents

    Struct QosServer

    Definition of QoS server returned from the Discovery Service.

    Namespace: Unity.Networking.QoS
    Syntax
    [Serializable]
    public struct QosServer
    Remarks

    Note Unity's JSON deserializer is case-sensitive. The fields must match exactly.

    Fields

    BackoffUntilUtc

    Declaration
    [NonSerialized]
    public DateTime BackoffUntilUtc
    Field Value
    Type Description
    DateTime

    ipv4

    Declaration
    public string ipv4
    Field Value
    Type Description
    String

    ipv6

    Declaration
    public string ipv6
    Field Value
    Type Description
    String

    locationid

    Declaration
    public long locationid
    Field Value
    Type Description
    Int64

    port

    Declaration
    public ushort port
    Field Value
    Type Description
    UInt16

    regionid

    Declaration
    public string regionid
    Field Value
    Type Description
    String

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    String
    Overrides
    ValueType.ToString()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023