Proton DotNet
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 More...
 

Properties

string Host [get]
 The host that the connection was established on. More...
 
int Port [get]
 The port on the remote host where the connection was established More...
 

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

Property Documentation

◆ Host

string Apache.Qpid.Proton.Client.ConnectionEvent.Host
get

The host that the connection was established on.

◆ Port

int Apache.Qpid.Proton.Client.ConnectionEvent.Port
get

The port on the remote host where the connection was established


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