socket_address


An os_socket_address object represents the specific address of a socket endpoint on a machine. You can construct an os_socket_address object in one of the following ways.

Constructor

os_socket_address( int port )
Socket address at port on the local machine.

Constructor

os_socket_address( const os_ip_address& addr , int port )
Socket address at port on the machine identified by addr .

A socket address is used in these ways.


Copyright©1994-2026 Recursion Software LLC
All Rights Reserved - For use by licensed users only.