|
DeviceAtlas Cloud .NET API
1.4.2
|
Defines a cloud end-point (server) More...
Public Member Functions | |
| Server () | |
| Creates DeviceAtlas Server object More... | |
| Server (string host, string port) | |
| Creates DeviceAtlas Server object More... | |
| Server (string host, string port, string path) | |
| Creates DeviceAtlas Server object More... | |
| string | GetUrl () |
| Get server connectable URL More... | |
| string | Serialize () |
| Serialize properties (server URL parts) More... | |
| void | UnSerialize (string str) |
| Unserialize properties (server URL parts) More... | |
Properties | |
| string | Host [get, set] |
| end-point host base URL More... | |
| string | Port [get, set] |
| end-point host port More... | |
| string | Path [get, set] |
| end-point host URL path More... | |
| double | Avg [get, set] |
| end-point ranking test results - when the API checks the end-point the average of test request times will be put in this property More... | |
| List< double > | Latencies [get, set] |
| end-point ranking test results - when the API checks the end-point test request times will be put in this list More... | |
Defines a cloud end-point (server)
<author>dotMobi</author> <copyright>Copyright (c) 2021 by DeviceAtlas Limited. All rights reserved.</copyright>
|
inline |
Creates DeviceAtlas Server object
|
inline |
Creates DeviceAtlas Server object
|
inline |
Creates DeviceAtlas Server object
|
inline |
Get server connectable URL
|
inline |
Serialize properties (server URL parts)
|
inline |
Unserialize properties (server URL parts)
|
getset |
end-point ranking test results - when the API checks the end-point the average of test request times will be put in this property
|
getset |
end-point host base URL
|
getset |
end-point ranking test results - when the API checks the end-point test request times will be put in this list
|
getset |
end-point host URL path
|
getset |
end-point host port
1.8.6