Class Proxy
Namespace: Consul
Assembly: Consul.dll
public class Proxy
Inheritance
Inherited Members
object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()
Properties
Config
public Dictionary<string, string> Config { get; set; }
Property Value
Dictionary <string , string >
DestinationServiceID
public string DestinationServiceID { get; set; }
Property Value
DestinationServiceName
public string DestinationServiceName { get; set; }
Property Value
LocalServiceAddress
public string LocalServiceAddress { get; set; }
Property Value
LocalServicePort
public int LocalServicePort { get; set; }
Property Value
Mode
public string Mode { get; set; }
Property Value
TransparentProxy
public TransparentProxy TransparentProxy { get; set; }
Property Value
Upstreams
public List<Upstream> Upstreams { get; set; }