Net API inventory
Owns IP addresses, DNS, endpoints, credentials, cookies, web utilities, and shared networking contracts.
Ownership and selection
| Fact | Pinned value |
|---|---|
| Physical owner | modules/net |
| CMake target | SharpRuntime::Net |
| Component kind | static |
| Direct production dependencies | Collections.Core, ComponentModel, Core.Base, Uri |
| External dependency | ws2_32 on Windows (private) |
| Public headers | 33 |
| Production sources | 10 |
Select the component
set(SHARP_RUNTIME_COMPONENTS Net)
set(SHARP_RUNTIME_BUILD_TESTS OFF CACHE BOOL "" FORCE)
add_subdirectory(sharp-runtime)
target_link_libraries(app PRIVATE SharpRuntime::Net)Compatibility and platform notes
Windows and POSIX socket paths exist; Emscripten and host-network facilities are reduced. DNS and interface availability are environmental inputs.
Implementation-status evidence
The owning module contains 14 C++ test sources and participates in a physical component test executable. Source-file count is not a discovered-test count.
This page deliberately reports source and test topology instead of a hand-authored Done/Partial maturity badge. Consult limitations and subsystem documentation for material behavioral reductions.
Public header and entry inventory
This complete list is derived from modules/net/include. Each filename is a public discovery entry; it may declare more than one type, and it does not imply method-level .NET parity.
System::Net28 public headers
System/Net/Cookie.hppSystem/Net/CookieCollection.hppSystem/Net/CookieContainer.hppSystem/Net/CookieException.hppSystem/Net/CredentialCache.hppSystem/Net/DecompressionMethods.hppSystem/Net/Dns.hppSystem/Net/DnsEndPoint.hppSystem/Net/EndPoint.hppSystem/Net/HttpRequestHeader.hppSystem/Net/HttpResponseHeader.hppSystem/Net/HttpStatusCode.hppSystem/Net/HttpVersion.hppSystem/Net/ICredentials.hppSystem/Net/ICredentialsByHost.hppSystem/Net/IPAddress.hppSystem/Net/IPEndPoint.hppSystem/Net/IPHostEntry.hppSystem/Net/IPNetwork.hppSystem/Net/IWebProxy.hppSystem/Net/NetworkCredential.hppSystem/Net/ProtocolViolationException.hppSystem/Net/SocketAddress.hppSystem/Net/WebException.hppSystem/Net/WebExceptionStatus.hppSystem/Net/WebHeaderCollection.hppSystem/Net/WebProxy.hppSystem/Net/WebUtility.hpp