Skip to main content

Class AgentServiceProxyUpstream

Namespace: Consul
Assembly: Consul.dll

AgentServiceProxyUpstream specifies the upstream service for which the proxy should create a listener.

public class AgentServiceProxyUpstream

Inheritance

objectAgentServiceProxyUpstream

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

string

LocalBindPort

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public int LocalBindPort { get; set; }

Property Value

int