Skip to content

Latest commit

 

History

History
44 lines (42 loc) · 1.3 KB

File metadata and controls

44 lines (42 loc) · 1.3 KB
title Windows Sockets | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
sockets [C++], Windows sockets
networks [C++], Windows Sockets
programming [C++], network
sockets [C++]
Windows Sockets [C++]
ms.assetid c077ec53-540d-4bfb-a1e0-bd6482ab9e19
caps.latest.revision 10
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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