docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QosServersList

    QosServersList

    Inheritance
    object
    QosServersList
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.QoS
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class QosServersList

    Constructors

    QosServersList(List<QosServer>)

    Initializes a new instance of the QosServersList class.

    Declaration
    [Preserve]
    public QosServersList(List<QosServer> servers = null)
    Parameters
    Type Name Description
    List<QosServer> servers

    An array of connection information for QoS servers. (required).

    Properties

    Servers

    An array of connection information for QoS servers.

    Declaration
    [Preserve]
    public List<QosServer> Servers { get; set; }
    Property Value
    Type Description
    List<QosServer>

    An array of connection information for QoS servers.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)