Visual Basic Winsock sckConnected Ebook. Returns the state of the socket connection.
|
|
|
Visual Basic TCP Client-Server
|
Automation Word >> Proxy on VB >> Wallpaper changer on VB >> Web Design tutorial >>
|
The following Winsock session state constants are defined:
|
| value
|
name
|
description
|
| 0
|
sckClosed
|
connection closed
|
| 1
|
sckOpen
|
open
|
| 2
|
sckListening
|
listening for incoming connections
|
| 3
|
sckConnectionPending
|
connection pending
|
| 4
|
sckResolvingHost
|
resolving remote host name
|
| 5
|
sckHostResolved
|
remote host name successfully resolved
|
| 6
|
sckConnecting
|
connecting to remote host
|
| 7
|
sckConnected
|
connected to remote host
|
| 8
|
sckClosing
|
connection is closing
|
| 9
|
sckError
|
error occured
|
|
Visual Basic TCP Client-Server
|