Interface IConnectionConfiguration
Interface IConnectionConfiguration. Provides an interface for a connection configuration.
Namespace: VpnSDK.Interfaces
Assembly: cs.temp.dll.dll
Syntax
public interface IConnectionConfiguration
Properties
ConnectionType
Gets the connection type to use. ( OpenVPN, IKEv2, etc. ).
Declaration
NetworkConnectionType ConnectionType { get; }
Property Value
Type | Description |
---|---|
NetworkConnectionType |
ManagerType
Gets the VPN manager type to use.
Declaration
VpnManagerType ManagerType { get; }
Property Value
Type | Description |
---|---|
VpnManagerType |