Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 940 Bytes

windows-sockets.md

File metadata and controls

14 lines (11 loc) · 940 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Windows Sockets
Windows Sockets
11/04/2016
sockets [MFC], Windows sockets
networks [MFC], Windows Sockets
programming [MFC], network
sockets [MFC]
Windows Sockets [MFC]
c077ec53-540d-4bfb-a1e0-bd6482ab9e19

Windows Sockets

This family of articles covers the MFC implementation of Windows Sockets. MFC supplies two classes to support programming network applications with the Windows Sockets API. Class CAsyncSocket encapsulates the Windows Sockets API one for one, giving advanced network programmers the most power and flexibility. Class CSocket provides a simplified interface for serializing data to and from a CArchive object.

In This Section

Windows Sockets in MFC