Show / Hide Table of Contents

Class Tunnels

VPN tunnels.

Inheritance
object
Tunnels
Implements
IMessage<Tunnels>
IEquatable<Tunnels>
IDeepCloneable<Tunnels>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX