Ice 3.7 Slice API Reference
|
Provides access to the connection details of an IP connection. More...
defined in <Ice/Connection.ice>
local class IPConnectionInfo extends Ice::ConnectionInfo { ... }
Data Members | |
string | localAddress = "" |
The local address. More... | |
int | localPort = -1 |
The local port. More... | |
string | remoteAddress = "" |
The remote address. More... | |
int | remotePort = -1 |
The remote port. More... | |
Data Members inherited from Ice::ConnectionInfo | |
string | adapterName |
The name of the adapter associated with the connection. More... | |
string | connectionId |
The connection id. More... | |
bool | incoming |
Whether or not the connection is an incoming or outgoing connection. More... | |
ConnectionInfo | underlying |
The information of the underyling transport or null if there's no underlying transport. More... | |
Provides access to the connection details of an IP connection.
string localAddress = "" |
The local address.
int localPort = -1 |
The local port.
string remoteAddress = "" |
The remote address.
int remotePort = -1 |
The remote port.