c# - Efficiently Upload Output to Server -


i have created simple aspx page log output of process running on remote machine.

my url is:.com/log.ashx?data=somestring

should use webrequest or webclient? more efficient , less resource intensive?

i need 20 times in minute. ashx file not show output.

neither 1 more efficient other. webrequest offers more functonality webclient. if webclient exposes enough functionality need go that. if doesn't use webrequest.


Comments

Popular posts from this blog

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -