Class GatewayListener
Namespace: Consul
Assembly: Consul.dll
public class GatewayListener
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Port
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int? Port { get; set; }
Property Value
int ?
Protocol
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Protocol { get; set; }
Property Value
Services
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public List<ExternalService> Services { get; set; }
Property Value
TLS
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public TLSConfig TLS { get; set; }