Click or drag to resize

CSocket.Status Property

X#
Numeric value with the current status representing one of the following states:

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY Status AS LONG GET 
Request Example View Source

Property Value

Type: Long
Numeric value with the current status representing one of the following states:
Remarks
SSTAT_UNINITIALIZED
SSTAT_DISCONNECTED
SSTAT_CONNECTING
SSTAT_LISTENING
SSTAT_DISCONNECTING
SSTAT_CONNECTED
SSTAT_ERRORSTATE
SSTAT_TIMEDOUT
See Also