proxyType property
getter/setter pair
The receiver's proxy type.
This value is null if the receiver does not represent a proxy protection space.
The supported proxy types are listed in URLProtectionSpaceProxyType.values.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - URLProtectionSpace.proxyType)
- macOS WKWebView (Official API - URLProtectionSpace.proxyType)
Implementation
URLProtectionSpaceProxyType? proxyType;