- Python Penetration Testing Essentials
- Mohit
- 31字
- 2021-06-25 21:50:11
Client socket methods
The only method dedicated to the client is the following:
- socket.connect(address): This method connects the client to the server. The address argument is the address of the server.