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.
os_socket_address(
int port )os_socket_address(
const os_ip_address& addr
, int port
)A socket address is used in these ways.
os_tcp_socket or os_tcp_connection_serverconnect_to()send_to()
or receive_from() used with UDP socketsCopyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.