Documentation for Ice 3.5. The latest release is Ice 3.7. Refer to the space directory for other releases.


Ice::IPConnectionInfo

Overview

local class IPConnectionInfo extends Ice::ConnectionInfo

Provides access to the connection details of an IP connection

Derived Classes and Interfaces

Data Member Index

localAddress — The local address.
localPort — The local port.
remoteAddress — The remote address.
remotePort — The remote port.

Data Members

string localAddress;

The local address.

int localPort;

The local port.

string remoteAddress;

The remote address.

int remotePort;

The remote port.


  • No labels