docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class QosServiceServer

    The connection information of a QoS server.

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

    Constructors

    QosServiceServer(List<string>, string, Dictionary<string, List<string>>)

    Initializes a new instance of the QosServiceServer class.

    Declaration
    [Preserve]
    public QosServiceServer(List<string> endpoints = null, string region = null, Dictionary<string, List<string>> annotations = 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).

    Dictionary<string, List<string>> annotations

    A dictionary of server annotations..

    Properties

    Annotations

    A dictionary of server annotations.

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

    A dictionary of server annotations.

    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.

    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)