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

An event object that accompanies events fired to handlers configured in the Connection options which are signaled during specific Connection event points. More...

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

Public Member Functions

 ConnectionEvent (string host, int port)
 Creates the immutable connection event object.
 

Properties

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.
 

Detailed Description

An event object that accompanies events fired to handlers configured in the Connection options which are signaled during specific Connection event points.

Constructor & Destructor Documentation

◆ ConnectionEvent()

Apache.Qpid.Proton.Client.ConnectionEvent.ConnectionEvent ( string  host,
int  port 
)
inline

Creates the immutable connection event object.

Parameters
hostThe host where the connection occurred
portThe port on the host where the connection occurred

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