Hi,
Could someone post some clean code for a HTTPS POST request running from a
server to a 3rd party server in an aspx page.
I have some code that works unreliably. If I try the request from a few web
pages it will not work reliably.
I use ThreadPool.Queu eUserWorkItem, myHttpWebReques t1.BeginGetRequ estStream,
myHttpWebReques t1.BeginGetResp onse.
Does Microsoft’s .Net SSL socket code use blocking sockets by the way?
If someone could post a sample with how to start the request with a
ThreadPool.Regi sterWaitForSing leObject etc so the web page does not return
straight away and some code that can handle many users it would be
appreciated.
Regards
--
Steve
Could someone post some clean code for a HTTPS POST request running from a
server to a 3rd party server in an aspx page.
I have some code that works unreliably. If I try the request from a few web
pages it will not work reliably.
I use ThreadPool.Queu eUserWorkItem, myHttpWebReques t1.BeginGetRequ estStream,
myHttpWebReques t1.BeginGetResp onse.
Does Microsoft’s .Net SSL socket code use blocking sockets by the way?
If someone could post a sample with how to start the request with a
ThreadPool.Regi sterWaitForSing leObject etc so the web page does not return
straight away and some code that can handle many users it would be
appreciated.
Regards
--
Steve
Comment