Skip to main content

Class LinkedService

Namespace: Consul
Assembly: Consul.dll

public class LinkedService

Inheritance

objectLinkedService

Inherited Members

object.Equals(object) , object.Equals(object, object) , object.GetHashCode() , object.GetType() , object.MemberwiseClone() , object.ReferenceEquals(object, object) , object.ToString()

Properties

CAFile

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string CAFile { get; set; }

Property Value

string

CertFile

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string CertFile { get; set; }

Property Value

string

KeyFile

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string KeyFile { get; set; }

Property Value

string

Name

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }

Property Value

string

Namespace

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Namespace { get; set; }

Property Value

string

SNI

[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SNI { get; set; }

Property Value

string

  • Properties
    • CAFile
    • CertFile
    • KeyFile
    • Name
    • Namespace
    • SNI