Interface IRegion
Interface IRegion. Describes a region as an ILocation.
Namespace: VpnSDK.Public.Interfaces
Assembly: VpnSDK.dll
Syntax
public interface IRegion : ILocation
Properties
City
Gets the city of the location to connect to. This field may be empty on some location objects.
Declaration
string City { get; }
Property Value
Type | Description |
---|---|
String |
Country
Gets the country of the location to connect to.
Declaration
string Country { get; }
Property Value
Type | Description |
---|---|
String |
GeoCoordinate
Gets the geo coordinate that presents the region on a map.
Declaration
GeoCoordinate GeoCoordinate { get; }
Property Value
Type | Description |
---|---|
GeoCoordinate | The current IRegion's geo coordinate. |
Load
Gets the user load of the region. Higher values mean that the server is nearing capacity.
Declaration
ushort? Load { get; }
Property Value
Type | Description |
---|---|
Nullable<UInt16> | The current user load between 0% to 100% as a flattened value. |