Useful TCP COM object...but it doesn't work!

comicbookguy

Newcomer
Joined
Jan 7, 2003
Messages
1
The folks at VBcity.com suggested I post this here.

I'd never seen this ShotIP COM before but it's very useful as it combines a bunch of HTTP and SMTP functions in one, and will work great for my application.

Unfortunately I can't get it to work. When I run the sample code from the ShotIP Web page I get the following error when I access the tcpip.http data structure with

blah = tcpip.http.FetchData(url)

An unhandled exception of type 'System.MissingMemberException' occurred in microsoft.visualbasic.dll

Additional information: Public member 'FetchData' on type 'Iconnection' not found.

Any pointers would be welcome
 
Back
Top