Difference between revisions of "Legacy:Functions/Networking"
From Spherical
(created) |
(No difference)
|
Latest revision as of 23:16, 1 June 2013
Networking
- GetLocalAddress(): Get the local IP address.
- GetLocalName(): Get the local computer name.
- ListenOnPort(port): Wait for a connection and return a socket for it.
- OpenAddress(address, port): Connect to address on port.