--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Network.NetworkManager.html Sat Apr 20 18:01:36 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Network.NetworkManager.html Sat Apr 20 18:02:35 2024 +0200 @@ -352,24 +352,24 @@ <a NAME="NetworkManager.proxyAuthentication" ID="NetworkManager.proxyAuthentication"></a> <h4>NetworkManager.proxyAuthentication</h4> -<b>proxyAuthentication</b>(<i>requestUrl, auth, proxyHost</i>) +<b>proxyAuthentication</b>(<i>_requestUrl, auth, _proxyHost</i>) <p> Public slot to handle a proxy authentication request. </p> <dl> -<dt><i>requestUrl</i> (QUrl)</dt> +<dt><i>_requestUrl</i> (QUrl)</dt> <dd> -requested URL +requested URL (unused) </dd> <dt><i>auth</i> (QAuthenticator)</dt> <dd> reference to the authenticator object </dd> -<dt><i>proxyHost</i> (str)</dt> +<dt><i>_proxyHost</i> (str)</dt> <dd> -name of the proxy host +name of the proxy host (unused) </dd> </dl> <a NAME="NetworkManager.removeUrlInterceptor" ID="NetworkManager.removeUrlInterceptor"></a>