| ▼NBPrivate | Internal or experimental API |
| ▼NNetwork | Experimental Network Services API |
| NUrlEvent | Contains the message constants that are sent by the various protocols |
| NUrlEventData | Contains the names of the data in the messages that are sent by the various protocols |
| CBBorrow | Smart pointer that borrows an object from a BExclusiveBorrow owner |
| CBBorrowError | Error while handling a BExclusiveBorrow or BBorrow object |
| CBError | Abstract base class for advanced error objects |
| CBExclusiveBorrow | Smart pointer that allows shared ownership of an object with exclusive access |
| CBHttpAuthentication | Describe username and password for basic authentication for the request |
| CBHttpBody | Represents a HTTP response body |
| ▼CBHttpFields | Represents the field section of a HTTP header |
| CField | Represents a HTTP header field |
| CFieldName | Representation of a HTTP header name |
| CInvalidInput | Error that represents when a string input contains characters that are incompatible with the HTTP specification |
| ▼CBHttpMethod | Represent a HTTP method |
| CInvalidMethod | Error that represents when a custom method does not conform to the HTTP standard |
| ▼CBHttpRequest | Represent a HTTP request |
| CBody | Describe the body for a network request |
| CBHttpResult | Unique object to wait for and access a HTTP response data |
| CBHttpSession | Schedule, execute and manage HTTP requests |
| CBHttpStatus | Represents the HTTP status code and status text of an incoming response |
| ▼CBHttpTime | Utility class that can parse and format HTTP Date strings |
| CInvalidInput | Error that indicates that a string cannot be parsed as a valid HTTP timestamp |
| CBInvalidUrl | Error that indicates that the URL is not valid |
| CBNetworkRequestError | Error that indicates there was an issue executing the network request |
| CBRuntimeError | Advanced error object for runtime errors |
| CBSystemError | Advanced error object that wrap low-level system errors |
| CBUnsupportedProtocol | Error that indicates that the protocol is not supported |