socket.delete
Jump to navigation
Jump to search
Method
Server Only
Online and Offline
Available since Server 1.0.0
void socket.delete(void)
The socket.delete method is used to delete the socket.
Parameters
void | This method doesn't take any parameters. |
Return
void | This method doesn't return a value. |
Types
Client
Socket
Notes
There aren't any notes for this method.
Examples
There aren't any examples for this method.
Compatibility
There isn't any compatibility information for this method.
Related
Server Related
newSocket
socket.close
socket.connect
socket.delete
socket.send
socket.sendClient
socket.start
socket.stop