Class AgentServiceProxyUpstream
Namespace: Consul
Assembly: Consul.dll
AgentServiceProxyUpstream specifies the upstream service for which the proxy should create a listener.
public class AgentServiceProxyUpstream
Inheritance
object ← AgentServiceProxyUpstream
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
DestinationName
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string DestinationName { get; set; }
Property Value
LocalBindPort
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int LocalBindPort { get; set; }