Winsock Features
The Windows CE .NET implementation of Winsock supports the following features.
Features | Description |
---|---|
Support for multiple transport protocols including layered protocols and protocol chains | Allows an application to use the Winsock interface to achieve simultaneous access to a number of installed transport protocols. |
Sample code for a Layered Service Provider (LSP) | Shows how to create a layered service provider. |
Overlapped I/O with scatter/gather | Incorporates the overlapped paradigm for socket I/O and incorporates scatter/gather capabilities as well, following the model established in Microsoft Win32® environments. |
Protocol-independent name resolution facilities | Includes a standardized set of functions for querying and working with the many different name resolution domains that exist today. |
Winsock Secure Sockets | Enables you to add a security infrastructure to an application using a set of specific Winsock extensions. |
See Also
Multiple Transport Protocols | Layered Protocols and Protocol Chains | Layered Service Provider | Winsock Overlapped I/O and Event Objects | Winsock Name Resolution | Winsock Secure Sockets
Last updated on Saturday, April 10, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.