@@ -35,27 +35,27 @@ public interface IEurekaInstanceConfig
3535 bool IsInstanceEnabledOnInit { get ; set ; }
3636
3737 /// <summary>
38- /// Gets or sets the <code >non-secure</code > port on which the instance should receive traffic.
38+ /// Gets or sets the <c >non-secure</c > port on which the instance should receive traffic.
3939 /// Configuration property: eureka:instance:port
4040 /// </summary>
4141 int NonSecurePort { get ; set ; }
4242
4343 /// <summary>
44- /// Gets or sets the <code >Secure port</code > on which the instance should receive traffic.
44+ /// Gets or sets the <c >Secure port</c > on which the instance should receive traffic.
4545 /// Configuration property: eureka:instance:securePort
4646 /// </summary>
4747 int SecurePort { get ; set ; }
4848
4949 /// <summary>
50- /// Gets or sets a value indicating whether indicates whether the <code >non-secure</code > port should be enabled for traffic or not.
51- /// Set true if the <code >non-secure</code > port is enabled, false otherwise.
50+ /// Gets or sets a value indicating whether indicates whether the <c >non-secure</c > port should be enabled for traffic or not.
51+ /// Set true if the <c >non-secure</c > port is enabled, false otherwise.
5252 /// Configuration property: eureka:instance:nonSecurePortEnabled
5353 /// </summary>
5454 bool IsNonSecurePortEnabled { get ; set ; }
5555
5656 /// <summary>
57- /// Gets or sets a value indicating whether indicates whether the <code >secure</code > port should be enabled for traffic or not.
58- /// Set true if the <code >secure</code > port is enabled, false otherwise.
57+ /// Gets or sets a value indicating whether indicates whether the <c >secure</c > port should be enabled for traffic or not.
58+ /// Set true if the <c >secure</c > port is enabled, false otherwise.
5959 /// Configuration property: eureka:instance:securePortEnabled
6060 /// </summary>
6161 bool SecurePortEnabled { get ; set ; }
@@ -104,7 +104,7 @@ public interface IEurekaInstanceConfig
104104 string SecureVirtualHostName { get ; set ; }
105105
106106 /// <summary>
107- /// Gets or sets the <code >AWS autoscaling group name</code > associated with this instance. This information is
107+ /// Gets or sets the <c >AWS autoscaling group name</c > associated with this instance. This information is
108108 /// specifically used in an AWS environment to automatically put an instance out of service after the instance is
109109 /// launched and it has been disabled for traffic..
110110 /// Configuration property: eureka:instance:asgName
@@ -136,7 +136,7 @@ public interface IEurekaInstanceConfig
136136 /// <see cref="SecurePort"/> and <see cref="NonSecurePort"/>.
137137 ///
138138 /// It is normally used for informational purposes for other services to findabout the status of this instance.
139- /// Users can provide a simple <code >HTML</code> indicating what is the current status of the instance.
139+ /// Users can provide a simple <c >HTML</c> page indicating what is the current status of the instance.
140140 /// Configuration property: eureka:instance:statusPageUrlPath
141141 /// </summary>
142142 string StatusPageUrlPath { get ; set ; }
@@ -147,7 +147,7 @@ public interface IEurekaInstanceConfig
147147 /// users can provide the full URL. If the full URL is provided it takes precedence.
148148 ///
149149 /// It is normally used for informational purposes for other services tofind about the status of this instance.
150- /// Users can provide a simple<code >HTML</code> indicating what is the current status of the instance.
150+ /// Users can provide a simple <c >HTML</c> page indicating what is the current status of the instance.
151151 /// The full URL should follow the format http://${eureka.hostname}:7001/ where the value ${eureka.hostname} is
152152 /// replaced at runtime.
153153 /// Configuration property: eureka:instance:statusPageUrl
@@ -170,7 +170,7 @@ public interface IEurekaInstanceConfig
170170 /// provide the full URL. If the full URL is provided it takes precedence.
171171 ///
172172 /// It is normally used for informational purposes for other services tofind about the status of this instance.
173- /// Users can provide a simple<code >HTML</code> indicating what is the current status of the instance.
173+ /// Users can provide a simple <c >HTML</c> page indicating what is the current status of the instance.
174174 /// The full URL should follow the format http://${eureka.hostname}:7001/ where the value ${eureka.hostname} is
175175 /// replaced at runtime.
176176 /// Configuration property: eureka:instance:homePageUrl
0 commit comments