I wana to call a web page and don't need response from page. just call page. How can i do that in c#? thank开发者_Go百科s alot
Use a System.Net.WebClient.
Just call the OpenRead() and don't do anything with the response.
I wana to call a web page and don't need response from page. just call page. How can i do that in c#? thank开发者_Go百科s alot
Use a System.Net.WebClient.
Just call the OpenRead() and don't do anything with the response.
精彩评论