CSocketFile

A CSocketFile object is a CFile object used for sending and receiving data across a network by means of Windows Sockets. You can attach the CSocketFile object to a CSocket object for this purpose. You generally attach the CSocketFile object to a CArchive object to simplify sending and receiving data using MFC serialization.

At a Glance

Header file: Afxsock.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

CArchive, CAsyncSocket, CSocket, File Service Classes