CHttp Constructor | |
Instantiates a new Http wrapper object.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cCaption,
n,
lStat
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public CHttp(
Usual cCaption = default,
Usual n = default,
Usual lStat = default
)
Request Example
View SourceParameters
- cCaption (Optional)
- Type: Usual
An optional caption as a string. - n (Optional)
- Type: Usual
The HTTP port address ( the default is 80 ). - lStat (Optional)
- Type: Usual
** missing parameter documentation **
See Also