• Guides & Articles
  • API Documentation

    Show / Hide Table of Contents
    • VpnSDK.Public
      • OpenVpnConfiguration
      • OpenVpnConnectionConfigurationBuilder
      • PositionInfoEventArgs
      • RasConfiguration
      • RasConnectionConfigurationBuilder
      • SDKBuilder
    • VpnSDK.Public.Enums
      • AuthenticationStatus
      • ConnectionStatus
      • NetworkConnectionType
      • NetworkProtocolType
      • OpenVpnCipherType
      • PositionInfoStatus
      • RefreshLocationListStatus
    • VpnSDK.Public.Exceptions
      • VpnSDKAPIException
      • VpnSDKAuthenticationException
      • VpnSDKBaseException
      • VpnSDKConnectionAlreadyEstablishedException
      • VpnSDKConnectionException
      • VpnSDKConnectionTerminatedException
      • VpnSDKCoreException
      • VpnSDKEmptyAvailableVpnProtocolsException
      • VpnSDKFetchLocationsException
      • VpnSDKInvalidConfigurationException
      • VpnSDKNotAuthorizedException
      • VpnSDKNullLocationException
      • VpnSDKOAuthException
      • VpnSDKUnsupportedProtocolException
      • VpnSDKVPNAuthenticationException
    • VpnSDK.Public.Extensions
      • ExceptionExtensions
      • LoadLevel
      • RegionLoadChecker
    • VpnSDK.Public.Helpers
      • VpnProtocolDiagnostics
    • VpnSDK.Public.Interfaces
      • IBestAvailable
      • IConnectionConfiguration
      • ILocation
      • IOpenVpnConnectionConfiguration
      • IRasConnectionConfiguration
      • IRegion
      • ISDK
      • IServer
      • IUser
    • VpnSDK.Public.Messages
      • RefreshLocationListMessage

    Class RefreshLocationListMessage

    Class RefreshLocationListMessage. Describes the messages returned during Location List refresh operation.

    Inheritance
    Object
    RefreshLocationListMessage
    Namespace: VpnSDK.Public.Messages
    Assembly: VpnSDK.dll
    Syntax
    public class RefreshLocationListMessage

    Constructors

    RefreshLocationListMessage(RefreshLocationListStatus)

    Initializes a new instance of the RefreshLocationListMessage class.

    Declaration
    public RefreshLocationListMessage(RefreshLocationListStatus status)
    Parameters
    Type Name Description
    RefreshLocationListStatus status

    Refresh process status.

    RefreshLocationListMessage(RefreshLocationListStatus, Exception)

    Initializes a new instance of the RefreshLocationListMessage class.

    Declaration
    public RefreshLocationListMessage(RefreshLocationListStatus status, Exception exception = null)
    Parameters
    Type Name Description
    RefreshLocationListStatus status

    Refresh process status.

    Exception exception

    Refresh process exception

    Properties

    Exception

    Gets refresh process exception.

    Declaration
    public Exception Exception { get; }
    Property Value
    Type Description
    Exception

    Status

    Gets refresh process status.

    Declaration
    public RefreshLocationListStatus Status { get; }
    Property Value
    Type Description
    RefreshLocationListStatus
    Back to top Pre-release documentation. These do not represent the final product and are subject to change.