docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QosServer

    The connection information of a QoS server.

    Inheritance
    object
    QosServer
    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 QosServer

    Constructors

    QosServer(List<string>, string, List<string>)

    Initializes a new instance of the QosServer class.

    Declaration
    [Preserve]
    public QosServer(List<string> endpoints = null, string region = null, List<string> services = null)
    Parameters
    Type Name Description
    List<string> endpoints

    Endpoints at which you can reach the QoS server. (required).

    string region

    The region to which the QoS server belongs. (required).

    List<string> services

    The services using this QoS server..

    Properties

    Endpoints

    Endpoints at which you can reach the QoS server.

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

    Endpoints at which you can reach the QoS server.

    Region

    The region to which the QoS server belongs.

    Declaration
    [Preserve]
    public string Region { get; set; }
    Property Value
    Type Description
    string

    The region to which the QoS server belongs.

    Services

    The services using this QoS server.

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

    The services using this QoS server.

    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)