you have to read http protocol to understand what you need to send to the server.
Say the request is automatically login to rolia and reply a simple "hello" to this thread, if you can do this, you will have no problem to login to a ssl web site.
5. I guess the problem is
a. how to encrypt my request messge before sending to the server. (login requirement)
b. how to keep the same credential for the rest of navigation after login.
You don't need to worry about it. HttpWebRequest handle all the ssl detail for you!
Say the request is automatically login to rolia and reply a simple "hello" to this thread, if you can do this, you will have no problem to login to a ssl web site.
5. I guess the problem is
a. how to encrypt my request messge before sending to the server. (login requirement)
b. how to keep the same credential for the rest of navigation after login.
You don't need to worry about it. HttpWebRequest handle all the ssl detail for you!