Behaviors
List of software behaviors discovered with static code analysis.
Creates a socket. (x2)
network
Sends data on a connected TCP socket. (x2)
network
Opens a TCP connection to a remote server. (x2)
network
Receives data from a connected TCP socket. (x2)
network
Contains URLs related to IP querying services. (x3)
network
Emits an event, effectively calling each of the registered listeners for that event. (x3)
behavior
Removes listeners for a specified event. (x2)
behavior
Adds a one-time listener function for a specified event. (x3)
behavior
Adds a listener function for a specified event. (x3)
behavior