CSocket.Status Property | |
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
public virtual int Status { get; }
Request Example
View SourceProperty Value
Type:
LongNumeric 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