StdSocket Constructor | |
Initializes a new instance of the
StdSocket class
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax CONSTRUCTOR(
xOwner,
nType,
xSocket,
xSocketStatus
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public StdSocket(
Usual xOwner = default,
Usual nType = default,
Usual xSocket = default,
Usual xSocketStatus = default
)
Request Example
View SourceParameters
- xOwner (Optional)
- Type: Usual
- nType (Optional)
- Type: Usual
- xSocket (Optional)
- Type: Usual
- xSocketStatus (Optional)
- Type: Usual
See Also