Class ConnectionConfigurationBuilderBase
Base class for building connection configurations, including support for double hop settings.
Inheritance
System.Object
ConnectionConfigurationBuilderBase
Namespace: VpnSDK
Assembly: cs.temp.dll.dll
Syntax
public class ConnectionConfigurationBuilderBase
Fields
EntryLocation
Gets or sets the entry location for the connection.
Declaration
protected ILocation EntryLocation
Field Value
Type | Description |
---|---|
ILocation |
ExitLocation
Gets or sets the exit location for the connection.
Declaration
protected ILocation ExitLocation
Field Value
Type | Description |
---|---|
ILocation |
IsDoubleHopEnabled
Gets or sets a value indicating whether double hop is enabled.
Declaration
protected bool IsDoubleHopEnabled
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
Validate()
Validates the configuration, throwing exceptions for invalid settings when double hop is enabled.
Declaration
protected virtual void Validate()