Home Previous Up Next Index

Ice::IPEndpointInfo

Overview

local class IPEndpointInfo extends EndpointInfo

Provides access to the address details of a IP endpoint.

Derived Classes and Interfaces

TCPEndpointInfo
UDPEndpointInfo
::IceSSL::EndpointInfo

See Also

Endpoint

Data Members

string host;

The host or address configured with the endpoint.

int port;

The port number.


Home Previous Up Next Index