• Articles
  • API Documentation
Search Results for

    Show / Hide Table of Contents
    • VpnSDK
      • AccountMetadataException
      • APIException
      • ApiTimeoutException
      • AuthenticationException
      • BaseSDKException
      • ConnectionAlreadyEstablishedException
      • ConnectionConfigurationBuilderBase
      • ConnectionException
      • ConnectionTerminatedException
      • CoreException
      • DataTransferEventArgs
      • DnsConfigurationException
      • DoubleHopException
      • DoubleHopNotAvailableException
      • EmptyAvailableVpnProtocolsException
      • EndpointsUnreachableException
      • FetchLocationsException
      • HTTPException
      • InvalidAccountException
      • InvalidConfigurationException
      • InvalidDoubleHopConfigurationException
      • InvalidServerException
      • NotAuthorizedException
      • NotElevatedException
      • NullLocationException
      • OAuthException
      • OpenVpnConnectionConfigurationBuilder
      • RasConnectionConfigurationBuilder
      • ReconnectOnPowerEventException
      • SDKBuilder<T>
      • SDKChangeEventHandler<T>
      • SDKEventHandler
      • SDKEventHandler<T>
      • SDKOperationEventHandler
      • SDKOperationEventHandler<T>
      • ServerListException
      • TapAdapterException
      • UnknownErrorException
      • UnsupportedProtocolException
      • VPNAuthenticationException
      • VpnException
      • VpnHostServiceException
      • VpnHostServiceFileNotFoundException
      • WFPException
      • WireGuardAPIException
      • WireGuardConnectionConfigurationBuilder
    • VpnSDK.Common.Dns
      • DnsResolutionResult
      • IDnsRequestResolver
    • VpnSDK.Common.Enums
      • SplitTunnelMode
    • VpnSDK.Common.Settings
      • SplitTunnelApp
      • SplitTunnelDomain
    • VpnSDK.DTO
      • ApiHttpError
      • ApiProxyError
      • ConnectionError
      • ISDKError
      • NetworkGeolocation
      • OpenVpnConfiguration
      • RasConfiguration
      • WireguardConfiguration
    • VpnSDK.Enums
      • AccountStatus
      • AuthenticationStatus
      • ConnectionStatus
      • DnsFilteringMode
      • DriverInstallResult
      • DriverUninstallResult
      • ErrorType
      • LoadLevel
      • NetworkConnectionType
      • NetworkProtocolType
      • OpenVpnCipherType
      • OpenVpnLogLevel
      • OperationStatus
      • RefreshLocationListStatus
    • VpnSDK.Extensions
      • ExceptionExtensions
      • LocationExtensions
      • RegionLoadChecker
    • VpnSDK.Helpers
      • BatchPingUtility
      • VersionHelper
      • VpnProtocolDiagnostics
    • VpnSDK.Interfaces
      • IBestAvailable
      • IConnectionConfiguration
      • IConnectionInfo
      • IDoubleHopConfiguration
      • ILocation
      • IOpenVpnConnectionConfiguration
      • IRasConnectionConfiguration
      • IRegion
      • ISDK
      • IUser
      • IWireGuardConnectionConfiguration

    Interface IRegion

    Interface IRegion. Describes a region as an ILocation.

    Inherited Members
    ILocation.Id
    ILocation.CountryCode
    ILocation.CityCode
    ILocation.SearchName
    ILocation.PingMs
    ILocation.Country
    ILocation.City
    ILocation.AvailableProtocols
    ILocation.Ping()
    Namespace: VpnSDK.Interfaces
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IRegion : ILocation, INotifyPropertyChanged

    Properties

    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
    System.Nullable<System.UInt16>

    The current user load between 0% to 100% as a flattened value.

    Methods

    PingAll()

    Pings all children of this instance.

    Declaration
    Task<ushort?> PingAll()
    Returns
    Type Description
    Task<System.Nullable<System.UInt16>>

    Task<System.Nullable<System.UInt16>>, where UInt16 is an average ping value for all children.

    See Also

    ILocation
    In This Article
    Back to top VpnSDK v2 Documentation - © 2023 WLVPN