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

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -