A wrapper for a Socket to provide a unique identifer for the socket.
Socket
Creates a new socket wrapper with the given id and socket.
id
socket
The id of the socket.
The socket to wrap.
The unique identifier of this socket.
The socket which this is wrapping.
Removes any event listeners attached to the socket and destroys it.
Generated using TypeDoc
A wrapper for a
Socket
to provide a unique identifer for the socket.