• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
WKWebView+GDNET.h
Go to the documentation of this file.
1 /*
2  * Copyright 2023 BlackBerry Limited. All rights reserved.
3  */
4 
5 #import <WebKit/WebKit.h>
6 
7 NS_ASSUME_NONNULL_BEGIN
8 
17 
29 @property (strong, nullable) NSURLProtectionSpace* proxyProtectionSpace;
30 
36 @property (strong, nullable) NSURLCredential* proxyCredentials;
37 
38 @end
39 
40 NS_ASSUME_NONNULL_END
WKWebView(GDNET)::proxyCredentials
NSURLCredential * proxyCredentials
Specify HTTP/HTTPS proxy credentials.
Definition: WKWebView+GDNET.h:36
WKWebView(GDNET)::proxyProtectionSpace
NSURLProtectionSpace * proxyProtectionSpace
Specify HTTP/HTTPS proxy protection space.
Definition: WKWebView+GDNET.h:29
WKWebView(GDNET)
WKWebView category with additional features.
Definition: WKWebView+GDNET.h:16