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

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -