Main page
Features, common information
Main principles

  Examples
HTTP connection
Sending email
Low level access

  Download

  Registration

  Methods & properties



How to use ShotIp in your scripts

It's very easy. To use ShotIp you should create the SHOTIP.Connection object:

Set tcpip=CreateObject("SHOTIP.Connection")

This is the root object of ShotIp. After that, there are several possible ways:
  1. Use the http property to get the HttpConnection object:
    Set http=tcpip.http
  2. Use the mail property to get the Mail object:
    Set http=tcpip.http
  3. Use the low level methods: Open, Close, Send, Receive to exchange data with remote host
  4. Use the Ping method to ping other host
    Set pingdata=tcpip.Ping(otherhost)
The detailed information about methods, properties, and usage of these objects you can find in the Examples and methods & properties sections

 ©2001 Mikhail Tchikalov
 mtchikalov@usa.com