Class Tunnels
VPN tunnels.
Namespace: Google.Backstory
Assembly: Google.Backstory.dll
Syntax
public sealed class Tunnels : IMessage<Tunnels>, IEquatable<Tunnels>, IDeepCloneable<Tunnels>, IBufferMessage, IMessage
Constructors
Tunnels()
Declaration
public Tunnels()
Tunnels(Tunnels)
Declaration
public Tunnels(Tunnels other)
Parameters
| Type | Name | Description |
|---|---|---|
| Tunnels | other |
Properties
Provider
The provider of the VPN tunnels being used.
Declaration
public string Provider { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
The type of the VPN tunnels.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |