WKWebView category with additional features.
More...
#import <BlackBerryDynamics/GD/WKWebView+GDNET.h>
This class is a category of the WKWebView class that adds the properties documented below to the programming interface.
◆ proxyProtectionSpace
| - (NSURLProtectionSpace*) proxyProtectionSpace |
|
readwriteatomicstrong |
If this property is specified, all traffic of this WKWebView instance going through specified proxy. In order to remove proxy set this property to nil.
- Parameters
-
| proxyProtectionSpace | NSURLProtectionSpace containing the following:
Hostname or address,
Port number,
Authentication method,
Proxy indicator. In order to create this object should be used method initWithProxyHost:port:type:realm:authenticationMethod: of class NSURLProtectionSpace |
◆ proxyCredentials
| - (NSURLCredential*) proxyCredentials |
|
readwriteatomicstrong |
- Parameters
-
| proxyCredentials | NSURLCredential containing the username and password. |
◆ HTTPShouldHandleCookies
| - (BOOL) HTTPShouldHandleCookies |
|
readwritenonatomicassign |
- Parameters
-
| HTTPShouldHandleCookies | BOOL A Boolean value that indicates whether the WKWebView instance should use the default cookie handling when making requests. YES if the request should use the default cookie handling or NO otherwise. The default is YES which means cookies are sent from and stored to the WKWebView instance. |
The documentation for this category was generated from the following file: