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

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


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