Class QosServer
The connection information of a QoS server.
Inherited Members
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. |