Interface IBestAvailable
Interface IBestAvailable. Tagging interface that describes a special ILocation that always finds the 'best available' location for the user.
Inherited Members
Namespace: VpnSDK.Interfaces
Assembly: cs.temp.dll.dll
Syntax
public interface IBestAvailable : ILocation, INotifyPropertyChanged
Properties
BestRegion
Gets the best region to be used at connect time.
Declaration
IRegion BestRegion { get; }
Property Value
Type | Description |
---|---|
IRegion | The current best region. If null, haversine is used at connect time to determine the best region. |