Show / Hide Table of Contents

Class QTaskVpnConnection

Represents the Vpn Connection information used form the Connection.

Inheritance
object
QTaskVpnConnection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: QarnotSDK
Assembly: QarnotSDK.dll
Syntax
public class QTaskVpnConnection

Properties

IPAdress

System.Net.IPAddress vpn connection address.

Declaration
public IPAddress IPAdress { get; set; }
Property Value
Type Description
IPAddress

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
Overrides
object.ToString()
In this article
Back to top Generated by DocFX