Windows Sockets

Microsoft® Windows® CE .NET supports Windows Socket (Winsock). Winsock provides a general-purpose networking application programming interface (API) based on the socket interface from the University of California at Berkeley. Winsock provides access to multiple transport protocols allowing you to create applications that support multiple socket types. Winsock's support of multiple protocols also includes IPv6. For information about IPv6, see Core Protocols of IPv6 and Internet Protocol version 6 Addressing.

The Windows CE implementation of Winsock also defines a standard service provider interface (SPI) between the API and the protocol stacks. Windows CE includes two built-in service providers, but you can also create a customized service provider that provides additional functionality.

In This Section

Winsock 2.2

Winsock Service Provider Interface (SPI)

Winsock Reference

Winsock SPI Reference

 Last updated on Saturday, April 10, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.