Class LinkedService
Namespace: Consul
Assembly: Consul.dll
public class LinkedService
Inheritance
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
CertFile
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string CertFile { get; set; }
Property Value
KeyFile
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string KeyFile { get; set; }
Property Value
Name
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Namespace
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string Namespace { get; set; }
Property Value
SNI
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string SNI { get; set; }