CNNTP Constructor | |
Construct a new NNTP object.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
cServer,
cUid,
cPwd
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public CNNTP(
Usual cServer = default,
Usual cUid = default,
Usual cPwd = default
)
Request Example
View SourceParameters
- cServer (Optional)
- Type: Usual
The local name of the Internet News Server. - cUid (Optional)
- Type: Usual
The optional user ID as a string. - cPwd (Optional)
- Type: Usual
The optional password as a string.
See Also