INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "Internet address of the socket. Incapsulates `SOCKADDR_IN%' structure. Instances of this class are used internally by other library classes. You won%'t deal with this class unless you are about to extend some of the library classes."
project: "Visual Eiffel Library"
revision: "$Revision: 1.1 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: sockets
expanded class ESL_INTERNET_SOCKET_ADDRESS
inherit

ESL_SOCKETS_API
end

ESL_SOCKETS_CONST
end
creation

make
feature -- Creation

make
feature -- Queries

get_port_number: INTEGER
-- Port number associated with address

get_host_address: ESL_INTERNET_HOST_ADDRESS
feature -- Operations

set_port_number (new_port: INTEGER)
-- ...

set_host_address (new_addr: ESL_INTERNET_HOST_ADDRESS)
end -- class ESL_INTERNET_SOCKET_ADDRESS

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES