Class EurekaClientOptions.EurekaServerConfig
public class EurekaClientOptions.EurekaServerConfig
- Inheritance
-
EurekaClientOptions.EurekaServerConfig
- Inherited Members
Constructors
EurekaServerConfig(EurekaClientOptions)
public EurekaServerConfig(EurekaClientOptions options)
Parameters
options
EurekaClientOptions
Properties
ConnectTimeoutSeconds
Gets or sets configuration property: eureka:client:eurekaServer:connectTimeoutSeconds
public int ConnectTimeoutSeconds { get; set; }
Property Value
ProxyHost
Gets or sets configuration property: eureka:client:eurekaServer:proxyHost
public string ProxyHost { get; set; }
Property Value
ProxyPassword
Gets or sets configuration property: eureka:client:eurekaServer:proxyPassword
public string ProxyPassword { get; set; }
Property Value
ProxyPort
Gets or sets configuration property: eureka:client:eurekaServer:proxyPort
public int ProxyPort { get; set; }
Property Value
ProxyUserName
Gets or sets configuration property: eureka:client:eurekaServer:proxyUserName
public string ProxyUserName { get; set; }
Property Value
RetryCount
Gets or sets configuration property: eureka:client:eurekaServer:retryCount
public int RetryCount { get; set; }
Property Value
ShouldGZipContent
Gets or sets a value indicating whether configuration property: eureka:client:eurekaServer:shouldGZipContent
public bool ShouldGZipContent { get; set; }