|
Ice 3.7 Slice API Reference
|
Base class providing access to the connection details. More...
defined in <Ice/Connection.ice>
local class ConnectionInfo { ... }


Data Members | |
| 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... | |
Base class providing access to the connection details.
| string adapterName |
The name of the adapter associated with the connection.
| string connectionId |
The connection id.
| bool incoming |
Whether or not the connection is an incoming or outgoing connection.
| ConnectionInfo underlying |
The information of the underyling transport or null if there's no underlying transport.