Class QTaskVpnConnection
Represents the Vpn Connection information used for the Connection.
Inherited Members
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QTaskVpnConnection
Properties
IPAddress
System.Net.IPAddress vpn connection address.
Declaration
[JsonIgnore]
public IPAddress IPAddress { get; }
Property Value
| Type | Description |
|---|---|
| IPAddress |
IPAdress
System.Net.IPAddress vpn connection address.
Declaration
[Obsolete("legacy property with typo. Use IPAddress")]
[JsonIgnore]
public IPAddress IPAdress { get; }
Property Value
| Type | Description |
|---|---|
| IPAddress |
IPNetwork
System.Net.IPNetwork vpn network.
Declaration
[JsonIgnore]
public IPNetwork IPNetwork { get; }
Property Value
| Type | Description |
|---|---|
| IPNetwork |
NodeIPAddressCidr
Vpn classless inter-domain routing ip address. example: 10.11.12.14/16
Declaration
public string NodeIPAddressCidr { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VpnName
Vpn Connection name.
Declaration
public string VpnName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ToString()
Returns all the information about vpn information.
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |