114 <td><a href="#NetworkManager.preferencesChanged">preferencesChanged</a></td> |
114 <td><a href="#NetworkManager.preferencesChanged">preferencesChanged</a></td> |
115 <td>Public slot to handle a change of preferences.</td> |
115 <td>Public slot to handle a change of preferences.</td> |
116 </tr> |
116 </tr> |
117 <tr> |
117 <tr> |
118 <td><a href="#NetworkManager.proxyAuthentication">proxyAuthentication</a></td> |
118 <td><a href="#NetworkManager.proxyAuthentication">proxyAuthentication</a></td> |
119 <td></td> |
119 <td>Public slot to handle a proxy authentication request.</td> |
120 </tr> |
120 </tr> |
121 <tr> |
121 <tr> |
122 <td><a href="#NetworkManager.removeUrlInterceptor">removeUrlInterceptor</a></td> |
122 <td><a href="#NetworkManager.removeUrlInterceptor">removeUrlInterceptor</a></td> |
123 <td>Public method to remove an URL interceptor.</td> |
123 <td>Public method to remove an URL interceptor.</td> |
124 </tr> |
124 </tr> |
354 </p> |
354 </p> |
355 <a NAME="NetworkManager.proxyAuthentication" ID="NetworkManager.proxyAuthentication"></a> |
355 <a NAME="NetworkManager.proxyAuthentication" ID="NetworkManager.proxyAuthentication"></a> |
356 <h4>NetworkManager.proxyAuthentication</h4> |
356 <h4>NetworkManager.proxyAuthentication</h4> |
357 <b>proxyAuthentication</b>(<i>requestUrl, auth, proxyHost</i>) |
357 <b>proxyAuthentication</b>(<i>requestUrl, auth, proxyHost</i>) |
358 |
358 |
|
359 <p> |
|
360 Public slot to handle a proxy authentication request. |
|
361 </p> |
|
362 <dl> |
|
363 |
|
364 <dt><i>requestUrl</i> (QUrl)</dt> |
|
365 <dd> |
|
366 requested URL |
|
367 </dd> |
|
368 <dt><i>auth</i> (QAuthenticator)</dt> |
|
369 <dd> |
|
370 reference to the authenticator object |
|
371 </dd> |
|
372 <dt><i>proxyHost</i> (str)</dt> |
|
373 <dd> |
|
374 name of the proxy host |
|
375 </dd> |
|
376 </dl> |
359 <a NAME="NetworkManager.removeUrlInterceptor" ID="NetworkManager.removeUrlInterceptor"></a> |
377 <a NAME="NetworkManager.removeUrlInterceptor" ID="NetworkManager.removeUrlInterceptor"></a> |
360 <h4>NetworkManager.removeUrlInterceptor</h4> |
378 <h4>NetworkManager.removeUrlInterceptor</h4> |
361 <b>removeUrlInterceptor</b>(<i>interceptor</i>) |
379 <b>removeUrlInterceptor</b>(<i>interceptor</i>) |
362 |
380 |
363 <p> |
381 <p> |