G
Guest
Hi support
I' m sending requests to a web server over an ssl connection to a server
with the HttpWebRequest class. I can't control the server. I make a login,
send some requests but the server has no logout. This works only once. The
second time I get a http error. I restart the application and everything
works fine again.
The programmer of the server application advised me to just destroy the ssl
connection and after that log in again. That's the point: how can I destroy
the ssl connection in visual basic.net.
Regards
Dieter
I' m sending requests to a web server over an ssl connection to a server
with the HttpWebRequest class. I can't control the server. I make a login,
send some requests but the server has no logout. This works only once. The
second time I get a http error. I restart the application and everything
works fine again.
The programmer of the server application advised me to just destroy the ssl
connection and after that log in again. That's the point: how can I destroy
the ssl connection in visual basic.net.
Regards
Dieter