Skip to main content

Class Proxy

Namespace: Consul
Assembly: Consul.dll

public class Proxy

Inheritance

objectProxy

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

string

DestinationServiceName

public string DestinationServiceName { get; set; }

Property Value

string

LocalServiceAddress

public string LocalServiceAddress { get; set; }

Property Value

string

LocalServicePort

public int LocalServicePort { get; set; }

Property Value

int

Mode

public string Mode { get; set; }

Property Value

string

TransparentProxy

public TransparentProxy TransparentProxy { get; set; }

Property Value

TransparentProxy

Upstreams

public List<Upstream> Upstreams { get; set; }

Property Value

List <Upstream >

  • Properties
    • Config
    • DestinationServiceID
    • DestinationServiceName
    • LocalServiceAddress
    • LocalServicePort
    • Mode
    • TransparentProxy
    • Upstreams