Class EurekaClientOptions.EurekaServerConfig
Inheritance
System.Object
EurekaClientOptions.EurekaServerConfig
Namespace: Steeltoe.Discovery.Eureka
Assembly: Steeltoe.Discovery.Eureka.dll
Syntax
public class EurekaServerConfig : object
Constructors
| Edit this page View SourceEurekaServerConfig(EurekaClientOptions)
Declaration
public EurekaServerConfig(EurekaClientOptions options)
Parameters
Type | Name | Description |
---|---|---|
EurekaClientOptions | options |
Properties
| Edit this page View SourceConnectTimeoutSeconds
Gets or sets configuration property: eureka:client:eurekaServer:connectTimeoutSeconds
Declaration
public int ConnectTimeoutSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProxyHost
Gets or sets configuration property: eureka:client:eurekaServer:proxyHost
Declaration
public string ProxyHost { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProxyPassword
Gets or sets configuration property: eureka:client:eurekaServer:proxyPassword
Declaration
public string ProxyPassword { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ProxyPort
Gets or sets configuration property: eureka:client:eurekaServer:proxyPort
Declaration
public int ProxyPort { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProxyUserName
Gets or sets configuration property: eureka:client:eurekaServer:proxyUserName
Declaration
public string ProxyUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RetryCount
Gets or sets configuration property: eureka:client:eurekaServer:retryCount
Declaration
public int RetryCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShouldGZipContent
Gets or sets a value indicating whether configuration property: eureka:client:eurekaServer:shouldGZipContent
Declaration
public bool ShouldGZipContent { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |