SSL Socket Wizard ActiveX v3
Examples
All of our examples come with free source code included. The free examples are
located in the installation for the SSL Socket Wizard
ActiveX control.
Here is a list of the free source code examples included:
Active Server Pages
Check port and Get banner
This Active Server Pages (ASP) example demonstrates checking a server
to see if the server is listening on a tcp port and returns the banner
information sent by the server on a successfuly connection.
VBScript
Check port and Get banner
This VBScript example demonstrates checking a server to see if the
server is listening on a tcp port and returns the banner information sent by
the server on a successfuly connection.
Visual Basic
Check port and Get banner
This Visual Basic example demonstrates checking a server to see if the
server is listening on a tcp port and returns the banner information sent by
the server on a successfuly connection.
Main Example
This Visual Basic example demonstrates a lot of the functionality that
the SSL Socket Wizard ActiveX control has available. You are able to see how to
connect to a TCP port, activate SSL mode, use proxies with SSL tunneling
support, connect using plain-text/regular non-ssl mode. You can negotiate SSL
after connecting using plain-text mode.
Telnet
This vb example shows you how to use SSL Socket Wizard ActiveX control to make
a TCP Connection to a server and communicate Telnet style. You can use SSL or
regular mode.
Visual C++
Check port and Get banner
This Visual C++ example demonstrates checking a server to see if
the server is listening on a tcp port and returns the banner information sent
by the server on a successfuly connection.
Telnet
This vc++ example shows you how to use SSL Socket Wizard ActiveX control to
make a TCP Connection to a server and communicate Telnet style. You can use SSL
or regular mode.Visual FoxPro
Visual FoxPro
Check port and Get banner
This Visual Foxpro example demonstrates checking a server to see if
the server is listening on a tcp port and returns the banner information sent
by the server on a successfuly connection.
Telnet
This vfp example shows you how to use SSL Socket Wizard ActiveX control to make
a TCP Connection to a server and communicate Telnet style. You can use SSL or
regular mode.
|