Class GatewayService
Namespace: Consul
Assembly: Consul.dll
public class GatewayService
Inheritance
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
CertFile
public string CertFile { get; set; }
Property Value
FromWildcard
public bool FromWildcard { get; set; }
Property Value
Gateway
public CompoundServiceName Gateway { get; set; }
Property Value
GatewayKind
public ServiceKind GatewayKind { get; set; }
Property Value
Hosts
public List<string> Hosts { get; set; }
Property Value
KeyFile
public string KeyFile { get; set; }
Property Value
Port
public int Port { get; set; }
Property Value
Protocol
public string Protocol { get; set; }
Property Value
SNI
public string SNI { get; set; }
Property Value
Service
public CompoundServiceName Service { get; set; }