SocketConnect
SocketConnect[address] makes a socket connection to the TCP host at the specified address and returns a SocketObject representing the connection.
SocketConnect[address,"protocol"] makes a connection to the host at address with the specified protocol.
SocketConnect[socket] makes a connection to a local socket opened in the current session.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.