Click or drag to resize

CSocket Constructor

X#
Construct a CSocket object.

Namespace:  VO
Assembly:  VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	nType,
	xSocket,
	xSocketStatus
) CLIPPER
Request Example View Source

Parameters

nType (Optional)
Type: Usual
The type of the newly created socket. Valid values are:
xSocket (Optional)
Type: Usual
The socket number.
xSocketStatus (Optional)
Type: Usual
The socket status.
See Also