All the methods of the WinSock control are explained in the table below
| Property | Description |
| Close | Occurs when the connection has been closed by the remote host. This does not occur when the Close method has been called. |
| Connect | Occurs when a connection is successfully established |
| ConnectionRequest | Occurs when the client requests a connection |
| DataArrival | Occurs when data arrives |
| Error | Occurs when there is an error, such as a PC not existing. |
| SendComplete | Occurs when the data has been sent |
| SendProgress | Occurs when the data is being sent |
Comments