Interface IWireGuardConnectionConfiguration
Interface IWireGuardConnectionConfiguration. Tagging interface for Wireguard-based IConnectionConfiguration.
Inherited Members
Namespace: VpnSDK.Interfaces
Assembly: cs.temp.dll.dll
Syntax
public interface IWireGuardConnectionConfiguration : IConnectionConfiguration, IDoubleHopConfiguration
Properties
AllowLan
Gets or sets a value indicating whether LAN resource are not routed to VPN tunnel.
Declaration
bool AllowLan { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Mtu
Gets or sets the Maximum Transmission Unit (MTU) for the WireGuard adapter.
Declaration
int? Mtu { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The mtu. |
ServiceStartTimeoutInSeconds
Gets or sets the service start timeout in seconds.
Declaration
short ServiceStartTimeoutInSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The service start timeout in seconds. |