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, Winsockbind()
Associates a local name (address and port number) with a socket.
Category: Socket Programming, Winsockconnect()
Establishes a connection to a remote socket.
Category: Socket Programming, Winsocksend()
/ recv()
Sends and receives data on a socket.
Category: Socket Programming, WinsockHttpOpenRequest()
Opens an HTTP request to the specified HTTP server.
Category: HTTP ServicesHttpSendRequest()
Sends the specified HTTP request to the server.
Category: HTTP Servicesgetaddrinfo()
Translates a protocol-independent name and service to a socket address structure.
Category: WinsockWSASocket()
Creates a socket.
Category: Winsock