TCP/IP and Windows Sockets
A version of this page is also available for
4/8/2010
Applications access the TCP/IP stack through the Windows Sockets (Winsock) interface. Winsock is used to discover and use the communications capabilities of underlying transport protocols. It enables programmers to create advanced Internet, intranet, and other network-capable applications to transmit application data across the wire, independent of the network protocol being used.
Winsock provides access to multiple transport protocols, including IPv6, allowing you to create applications that support multiple socket types.
Windows Embedded CE implements Winsock 2.2 and is fully backward compatible with the Winsock 1.1
See Also
Concepts
TCP/IP Support in Windows Mobile