VirtualBox

Changeset 94756 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 29, 2022 8:55:44 AM (3 years ago)
Author:
vboxsync
Message:

Main/VBoxManage/Update check: More code + docs for proxy settings handling. bugref:7983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/UpdateAgentImpl.h

    r94723 r94756  
    7575     * @{ */
    7676    static Utf8Str i_getPlatformInfo(void);
     77    const char *i_proxyModeToStr(ProxyMode_T enmMode);
    7778    /** @} */
    7879
     
    9596        UpdateState_T                      m_enmState;
    9697        uint32_t                           m_uOrder;
     98        /** Whether to use the own (dedicated) proxy settings or
     99         *  use the ones of ISystemProperties. */
     100        bool                               m_fUseOwnProxy;
    97101
    98102        Data(void)
     
    135139    /** @name Internal helper methods.
    136140     * @{ */
     141    HRESULT i_getProxyMode(ProxyMode_T *aMode);
     142    HRESULT i_getProxyURL(com::Utf8Str &aAddress);
     143    HRESULT i_configureProxy(RTHTTP hHttp);
    137144    HRESULT i_commitSettings(AutoWriteLock &aLock);
    138145    HRESULT i_reportError(int vrc, const char *pcszMsgFmt, ...);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette