Table of Contents

Class EurekaClientOptions.EurekaServerConfig

Namespace
Steeltoe.Discovery.Eureka
Assembly
Steeltoe.Discovery.Eureka.dll
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

int

ProxyHost

Gets or sets configuration property: eureka:client:eurekaServer:proxyHost

public string ProxyHost { get; set; }

Property Value

string

ProxyPassword

Gets or sets configuration property: eureka:client:eurekaServer:proxyPassword

public string ProxyPassword { get; set; }

Property Value

string

ProxyPort

Gets or sets configuration property: eureka:client:eurekaServer:proxyPort

public int ProxyPort { get; set; }

Property Value

int

ProxyUserName

Gets or sets configuration property: eureka:client:eurekaServer:proxyUserName

public string ProxyUserName { get; set; }

Property Value

string

RetryCount

Gets or sets configuration property: eureka:client:eurekaServer:retryCount

public int RetryCount { get; set; }

Property Value

int

ShouldGZipContent

Gets or sets a value indicating whether configuration property: eureka:client:eurekaServer:shouldGZipContent

public bool ShouldGZipContent { get; set; }

Property Value

bool