docs.unity3d.com
    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.Qos.V2.Models
    Syntax
    [Preserve]
    public class QosServer

    Constructors

    QosServer(List<String>, QosServerAnnotations)

    The connection information of a QoS server.

    Declaration
    [Preserve]
    public QosServer(List<string> endpoints, QosServerAnnotations annotations)
    Parameters
    Type Name Description
    List<String> endpoints

    Endpoints at which you can reach the QoS server.

    QosServerAnnotations annotations

    annotations param

    Properties

    Annotations

    Parameter annotations of QosServer

    Declaration
    [Preserve]
    public QosServerAnnotations Annotations { get; }
    Property Value
    Type Description
    QosServerAnnotations

    Endpoints

    Endpoints at which you can reach the QoS server.

    Declaration
    [Preserve]
    public List<string> Endpoints { get; }
    Property Value
    Type Description
    List<String>
    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