Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 969 Bytes

windows-sockets-classes.md

File metadata and controls

23 lines (17 loc) · 969 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Windows Sockets Classes
Windows Sockets Classes
11/04/2016
sockets classes [MFC]
Windows Sockets [MFC], classes
58b9ab8d-9e44-4db3-8265-e04e713d2e9a

Windows Sockets Classes

Windows Sockets provide a network protocol-independent way to communicate between two computers. These sockets can be synchronous (your program waits until the communication is done) or asynchronous (your program continues running while the communication is going on).

CAsyncSocket
Encapsulates the Windows Sockets API in a thin wrapper.

CSocket
Higher level abstraction derived from CAsyncSocket. It operates synchronously.

CSocketFile
Provides a CFile interface to a Windows Socket.

See also

Class Overview