Networking and Connectivity 

The .NET Compact Framework provides the networking socket-level API and higher-level abstractions, such as HTTP, DNS, and Web requests and responses. Connectivity is provided over Infrared Data Association (IrDA) and TCP/IP transports through sockets.

In This Section

  • Socket Programming
    Lists considerations for programming sockets in the .NET Compact Framework.
  • How to: Use Sockets
    Describes how to create a socket-based connection in .NET Compact Framework applications.