350 Public slot to handle a change of preferences. |
350 Public slot to handle a change of preferences. |
351 </p> |
351 </p> |
352 |
352 |
353 <a NAME="NetworkManager.proxyAuthentication" ID="NetworkManager.proxyAuthentication"></a> |
353 <a NAME="NetworkManager.proxyAuthentication" ID="NetworkManager.proxyAuthentication"></a> |
354 <h4>NetworkManager.proxyAuthentication</h4> |
354 <h4>NetworkManager.proxyAuthentication</h4> |
355 <b>proxyAuthentication</b>(<i>requestUrl, auth, proxyHost</i>) |
355 <b>proxyAuthentication</b>(<i>_requestUrl, auth, _proxyHost</i>) |
356 <p> |
356 <p> |
357 Public slot to handle a proxy authentication request. |
357 Public slot to handle a proxy authentication request. |
358 </p> |
358 </p> |
359 |
359 |
360 <dl> |
360 <dl> |
361 |
361 |
362 <dt><i>requestUrl</i> (QUrl)</dt> |
362 <dt><i>_requestUrl</i> (QUrl)</dt> |
363 <dd> |
363 <dd> |
364 requested URL |
364 requested URL (unused) |
365 </dd> |
365 </dd> |
366 <dt><i>auth</i> (QAuthenticator)</dt> |
366 <dt><i>auth</i> (QAuthenticator)</dt> |
367 <dd> |
367 <dd> |
368 reference to the authenticator object |
368 reference to the authenticator object |
369 </dd> |
369 </dd> |
370 <dt><i>proxyHost</i> (str)</dt> |
370 <dt><i>_proxyHost</i> (str)</dt> |
371 <dd> |
371 <dd> |
372 name of the proxy host |
372 name of the proxy host (unused) |
373 </dd> |
373 </dd> |
374 </dl> |
374 </dl> |
375 <a NAME="NetworkManager.removeUrlInterceptor" ID="NetworkManager.removeUrlInterceptor"></a> |
375 <a NAME="NetworkManager.removeUrlInterceptor" ID="NetworkManager.removeUrlInterceptor"></a> |
376 <h4>NetworkManager.removeUrlInterceptor</h4> |
376 <h4>NetworkManager.removeUrlInterceptor</h4> |
377 <b>removeUrlInterceptor</b>(<i>interceptor</i>) |
377 <b>removeUrlInterceptor</b>(<i>interceptor</i>) |