5#ifndef MOLYBDEN_NETWORK_HPP
6#define MOLYBDEN_NETWORK_HPP
10#include "molybden/network/network_events.hpp"
11#include "molybden/network/network_delegates.hpp"
26 virtual std::shared_ptr<Profile>
profile() = 0;
A class that contains all network delegates.
Definition network_delegates.hpp:398
A class that contains all network events.
Definition network_events.hpp:190
Provides access to the network-level functionality.
Definition network.hpp:21
virtual std::shared_ptr< HttpAuthPrefs > httpAuthPreferences()=0
Returns the HTTP authorization preferences service.
virtual std::shared_ptr< Profile > profile()=0
The profile of this network service.