Windows API Reference

Networking API Reference

Socket Programming

APIs for creating and managing network sockets.

Winsock

Windows Sockets API for network communication.

HTTP Services

APIs for building HTTP clients and servers.

Network Management

Tools for managing network configurations and services.

Featured APIs

socket()

Creates a socket that is bound to a specific transport service provider.

Category: Socket Programming, Winsock

bind()

Associates a local name (address and port number) with a socket.

Category: Socket Programming, Winsock

connect()

Establishes a connection to a remote socket.

Category: Socket Programming, Winsock

send() / recv()

Sends and receives data on a socket.

Category: Socket Programming, Winsock

HttpOpenRequest()

Opens an HTTP request to the specified HTTP server.

Category: HTTP Services

HttpSendRequest()

Sends the specified HTTP request to the server.

Category: HTTP Services

getaddrinfo()

Translates a protocol-independent name and service to a socket address structure.

Category: Winsock

WSASocket()

Creates a socket.

Category: Winsock