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

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -