Proton DotNet
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Properties | List of all members
Apache.Qpid.Proton.Client.ReconnectLocation Struct Reference

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...

Inheritance diagram for Apache.Qpid.Proton.Client.ReconnectLocation:

Public Member Functions

 ReconnectLocation (string host, int port)
 
override int GetHashCode ()
 
bool Equals (ReconnectLocation other)
 
override bool Equals (object other)
 
override string ToString ()
 

Static Public Member Functions

static bool operator== (ReconnectLocation x, ReconnectLocation y)
 
static bool operator!= (ReconnectLocation x, ReconnectLocation y)
 

Properties

string Host [get]
 Returns the assigned remote host name or IP address as a string value.
 
int Port [get]
 Returns the assigned remote port value (negative values mean use default AMQP ports).
 

Detailed Description

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.


The documentation for this struct was generated from the following file: