Communicate with https with TCPClient

aliasxneo

New member
Joined
Aug 4, 2006
Messages
1
Programming Experience
Beginner
I have a simple class that sends GET and POST requests to websites, and handles all the HTML. My next task is to allow it to support connecting to servers with SSL (such as sites with https://). My class is all written in TCPClient because after tests I have found it to be much faster and more flexible then the HTTPWebRequest. Can anyone explain how I could include this kind of support in my class? Thanks.
 
Back
Top