• 0

C# Networking


Question

8 answers to this question

Recommended Posts

  • 0

What's wrong about System.Net.WebClient?

It supports Proxy - if I'm not mistaken it even uses whatever settings Windows is currently using by default.

It supports SSL - you can even add your own code to support self-signed or other certificates that would normally fail the security check

It supports Async both upload and download.

for UPnP you can look at NATUPnP which is shipped with windows (howto here: http://pietschsoft.com/post/2009/02/05/NET-Framework-Communicate-through-NAT-Router-via-UPnP.aspx )

Link to comment
https://www.neowin.net/forum/topic/1032521-c-networking/#findComment-594437299
Share on other sites

This topic is now closed to further replies.