Skip to main content

Class GatewayService

Namespace: Consul
Assembly: Consul.dll

public class GatewayService

Inheritance

objectGatewayService

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

CAFile

public string CAFile { get; set; }

Property Value

string

CertFile

public string CertFile { get; set; }

Property Value

string

FromWildcard

public bool FromWildcard { get; set; }

Property Value

bool

Gateway

public CompoundServiceName Gateway { get; set; }

Property Value

CompoundServiceName

GatewayKind

public ServiceKind GatewayKind { get; set; }

Property Value

ServiceKind

Hosts

public List<string> Hosts { get; set; }

Property Value

List <string >

KeyFile

public string KeyFile { get; set; }

Property Value

string

Port

public int Port { get; set; }

Property Value

int

Protocol

public string Protocol { get; set; }

Property Value

string

SNI

public string SNI { get; set; }

Property Value

string

Service

public CompoundServiceName Service { get; set; }

Property Value

CompoundServiceName

  • Properties
    • CAFile
    • CertFile
    • FromWildcard
    • Gateway
    • GatewayKind
    • Hosts
    • KeyFile
    • Port
    • Protocol
    • SNI
    • Service