Interface IOpenVpnConnectionConfiguration
Interface IOpenVpnConnectionConfiguration. Provides an interface that contains OpenVPN specific options.
Inherited Members
Namespace: VpnSDK.Interfaces
Assembly: cs.temp.dll.dll
Syntax
public interface IOpenVpnConnectionConfiguration : IConnectionConfiguration, IDoubleHopConfiguration
Properties
Cipher
Gets or sets the cypher type to use.
Declaration
OpenVpnCipherType Cipher { get; set; }
Property Value
Type | Description |
---|---|
OpenVpnCipherType |
Port
Gets or sets remote port.
Declaration
ushort Port { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
ProtocolType
Gets or sets the protocol type to use.
Declaration
NetworkProtocolType ProtocolType { get; set; }
Property Value
Type | Description |
---|---|
NetworkProtocolType |
Scramble
Gets or sets a value indicating whether scramble is enabled or not.
Declaration
bool Scramble { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |