Quantcast
Channel: htmlagilitypack Forum Rss Feed
Viewing all articles
Browse latest Browse all 655

New Post: Does HAP automatically close TCP Connection?

$
0
0
Hi there,
Does HAP close connections?

I have to scrap like 1000 get request from one site, and I am doing the load like:

var doc = htmlWeb.Load(urlWithGetInIt);

Then I scrap with xpath codes.

My question is if I do another .Load request, does it mantains the session? Do I have to close it after a Load?

Viewing all articles
Browse latest Browse all 655

Trending Articles