Represents a fixed location that can be used for connection by the client should the initially specified connection location be unreachable or become unavailable during the lifetime of the connection.
More...
|
| ReconnectLocation (string host, int port) |
|
override int | GetHashCode () |
|
bool | Equals (ReconnectLocation other) |
|
override bool | Equals (object other) |
|
override string | ToString () |
|
|
string | Host [get] |
| Returns the assigned remote host name or IP address as a string value. More...
|
|
int | Port [get] |
| Returns the assigned remote port value (negative values mean use default AMQP ports). More...
|
|
Represents a fixed location that can be used for connection by the client should the initially specified connection location be unreachable or become unavailable during the lifetime of the connection.
◆ Host
string Apache.Qpid.Proton.Client.ReconnectLocation.Host |
|
get |
Returns the assigned remote host name or IP address as a string value.
◆ Port
int Apache.Qpid.Proton.Client.ReconnectLocation.Port |
|
get |
Returns the assigned remote port value (negative values mean use default AMQP ports).
The documentation for this struct was generated from the following file:
- src/Proton.Client/Client/ReconnectLocation.cs