CSession Constructor | |
Construct a CSession object.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cCaption,
n,
lStat
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public CSession(
Usual cCaption = default,
Usual n = default,
Usual lStat = default
)
Request Example
View SourceParameters
- cCaption (Optional)
- Type: Usual
The optional caption as a string. - n (Optional)
- Type: Usual
The optional port number. If not provided the defaults is 0. - lStat (Optional)
- Type: Usual
** missing parameter documentation **
See Also