Class QosServiceServersList
QosServiceServersList
Inherited Members
Namespace: Unity.Services.Apis.QoS
Assembly: solution.dll
Syntax
[Preserve]
public class QosServiceServersList
Constructors
QosServiceServersList(List<QosServiceServer>)
Initializes a new instance of the QosServiceServersList class.
Declaration
[Preserve]
public QosServiceServersList(List<QosServiceServer> servers = null)
Parameters
Type | Name | Description |
---|---|---|
List<QosServiceServer> | servers | An array of connection information for QoS servers. (required). |
Properties
Servers
An array of connection information for QoS servers.
Declaration
[Preserve]
public List<QosServiceServer> Servers { get; set; }
Property Value
Type | Description |
---|---|
List<QosServiceServer> | An array of connection information for QoS servers. |