Class HystrixProviderConnectorOptions
Inheritance
System.Object
HystrixProviderConnectorOptions
Assembly: Steeltoe.Connector.ConnectorBase.dll
Syntax
public class HystrixProviderConnectorOptions : AbstractServiceConnectorOptions
Constructors
|
Edit this page
View Source
HystrixProviderConnectorOptions()
Declaration
public HystrixProviderConnectorOptions()
|
Edit this page
View Source
HystrixProviderConnectorOptions(IConfiguration)
Declaration
public HystrixProviderConnectorOptions(IConfiguration config)
Parameters
Type |
Name |
Description |
IConfiguration |
config |
|
Fields
|
Edit this page
View Source
Default_Port
Declaration
public const int Default_Port = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_Scheme
Declaration
public const string Default_Scheme = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Default_Server
Declaration
public const string Default_Server = null
Field Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Default_SSLPort
Declaration
public const int Default_SSLPort = null
Field Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Default_SSLScheme
Declaration
public const string Default_SSLScheme = null
Field Value
Type |
Description |
System.String |
|
Properties
|
Edit this page
View Source
Password
Declaration
public string Password { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Port
Declaration
public int Port { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Server
Declaration
public string Server { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
SslEnabled
Declaration
public bool SslEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
SslPort
Declaration
public int SslPort { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Edit this page
View Source
Uri
Declaration
public string Uri { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
Username
Declaration
public string Username { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
VirtualHost
Declaration
public string VirtualHost { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Edit this page
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|