• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
WKWebView(GDNET) Category Reference

WKWebView category with additional features. More...

#import <BlackBerryDynamics/GD/WKWebView+GDNET.h>

Description

This class is a category of the WKWebView class that adds the properties documented below to the programming interface.

Properties

NSURLProtectionSpace * proxyProtectionSpace
 Specify HTTP/HTTPS proxy protection space. More...
 
NSURLCredential * proxyCredentials
 Specify HTTP/HTTPS proxy credentials. More...
 

Property Documentation

◆ 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
proxyProtectionSpaceNSURLProtectionSpace 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
proxyCredentialsNSURLCredential containing the username and password.

The documentation for this category was generated from the following file: