Class QosServersList
QosServersList
Inherited Members
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. |