An overview of the networking technologies available for a UWP developer, with suggestions on how to choose the technologies that are right for your app.
To continue network communication while it's not in the background, an app can use background tasks and either socket broker or control channel triggers.
Sockets are a low-level data transfer technology on top of which many networking protocols are implemented. UWP offers TCP and UDP socket classes for client-server or peer-to-peer applications, whether connections are long-lived or an established connection is not required.
WebSockets provide a mechanism for fast, secure, two-way communication between a client and a server over the web using HTTP(S), and supporting both UTF-8 and binary messages.
Retrieve or create the most current and popular Web content using syndicated feeds generated according to the RSS and Atom standards using features in the Windows.Web.Syndication namespace.
Consuma un servicio web REST mediante HttpClient y realice operaciones CRUD básicas. Detectará cuándo el dispositivo está conectado a Internet para proporcionar una buena experiencia de usuario y aprovechar las ventajas de las pilas de red nativas para obtener un rendimiento superior.
Muestre el diseño, la implementación y el mantenimiento de la infraestructura de red de Azure, el tráfico de equilibrio de carga, el enrutamiento de red, etc.