Right now I have my own socket class that easily connects to a website, and get's or post's content. It works great, and even handles cookies. What I now wish to implement is for it to be able to communicate with an https website. I have no idea where to start on this, so if someone could give me a breif explanation it would be a good start :) I am using system.net.tcpclient.
