An event object that accompanies events fired to handlers configured in the Connection options which are signaled during specific Connection event points.
More...
|
| ConnectionEvent (string host, int port) |
| Creates the immutable connection event object.
|
|
|
string | Host [get] |
| The host that the connection was established on.
|
|
int | Port [get] |
| The port on the remote host where the connection was established.
|
|
An event object that accompanies events fired to handlers configured in the Connection options which are signaled during specific Connection event points.
◆ ConnectionEvent()
Apache.Qpid.Proton.Client.ConnectionEvent.ConnectionEvent |
( |
string |
host, |
|
|
int |
port |
|
) |
| |
|
inline |
Creates the immutable connection event object.
- Parameters
-
host | The host where the connection occurred |
port | The port on the host where the connection occurred |
The documentation for this class was generated from the following file:
- src/Proton.Client/Client/ConnectionEvent.cs