Class SplitTunnelApp
Represents a split tunneling application.
Inheritance
System.Object
SplitTunnelApp
Namespace: VpnSDK.Common.Settings
Assembly: cs.temp.dll.dll
Syntax
public class SplitTunnelApp
Constructors
SplitTunnelApp(String, String)
Initializes a new instance of the SplitTunnelApp class with the specified name and path.
Declaration
public SplitTunnelApp(string name, string path)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the application. |
System.String | path | The path of the application. |
Properties
Name
Gets the name of the application.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Path
Gets the path of the application.
Declaration
public string Path { get; }
Property Value
Type | Description |
---|---|
System.String |