Class QosHelper
Namespace: Unity.Networking.QoS
Syntax
public static class QosHelper
Methods
ExpiredUtc(DateTime)
Declaration
public static bool ExpiredUtc(DateTime timeUtc)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | timeUtc |
Returns
| Type | Description |
|---|---|
| Boolean |
Since(DateTime)
Declaration
public static string Since(DateTime dt)
Parameters
| Type | Name | Description |
|---|---|---|
| DateTime | dt |
Returns
| Type | Description |
|---|---|
| String |
WouldBlock(UInt64)
Declaration
public static bool WouldBlock(ulong errorcode)
Parameters
| Type | Name | Description |
|---|---|---|
| UInt64 | errorcode |
Returns
| Type | Description |
|---|---|
| Boolean |