The DeviceAtlas CloudApi Documentation  DEVICEATLAS_API_VERSION
Public Member Functions | Properties | List of all members
Com.DeviceAtlas.Cloud.Server Class Reference

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...
 

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...
 

Detailed Description

Defines a cloud end-point (server)

<author>DeviceAtlas Limited</author> <copyright>Copyright (c) DeviceAtlas Limited 2023. All Rights Reserved.</copyright>

Constructor & Destructor Documentation

◆ Server() [1/3]

Com.DeviceAtlas.Cloud.Server.Server ( )
inline

Creates DeviceAtlas Server object

◆ Server() [2/3]

Com.DeviceAtlas.Cloud.Server.Server ( string  host,
string  port 
)
inline

Creates DeviceAtlas Server object

Parameters
hostServer host address
portServer port number

◆ Server() [3/3]

Com.DeviceAtlas.Cloud.Server.Server ( string  host,
string  port,
string  path 
)
inline

Creates DeviceAtlas Server object

Parameters
hostServer host address
portServer port number
pathServer URL path

Member Function Documentation

◆ GetUrl()

string Com.DeviceAtlas.Cloud.Server.GetUrl ( )
inline

Get server connectable URL

Returns
end-point full URL (host+port+path)

Property Documentation

◆ Avg

double Com.DeviceAtlas.Cloud.Server.Avg
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

◆ Host

string Com.DeviceAtlas.Cloud.Server.Host
getset

end-point host base URL

◆ Latencies

List<double> Com.DeviceAtlas.Cloud.Server.Latencies
getset

end-point ranking test results - when the API checks the end-point test request times will be put in this list

◆ Path

string Com.DeviceAtlas.Cloud.Server.Path
getset

end-point host URL path

◆ Port

string Com.DeviceAtlas.Cloud.Server.Port
getset

end-point host port


The documentation for this class was generated from the following file: