c# - Internet and Server Connection and Communication -


i working on .net-based application, using c#. i've been searching web weeks , months without luck, , unable find example or solution or recommended approach.

what want is:

make application connects server (over internet) , downloads information database, example: antivirus connecting server , downloading virus signature files.

how can implement stable , safe connection web-server?

you can download file website using webclient class: http://msdn.microsoft.com/en-us/library/ez801hhe.aspx


Comments

Popular posts from this blog

How do you change vbulletin's home page to the forums instead of the default (CMS or Activity Stream)? -

c++ - Troubles when compiling phash program -