These constants describe the supported proxy types used in init(proxy
and returned by proxy
.
Framework
- Foundation
These constants describe the supported proxy types used in init(proxy
and returned by proxy
.
Framework
let NSURLProtection Space HTTPProxy: String
The proxy type for HTTP proxies.
let NSURLProtection Space HTTPSProxy: String
The proxy type for HTTPS proxies.
let NSURLProtection Space FTPProxy: String
The proxy type for FTP proxies.
let NSURLProtection Space SOCKSProxy: String
The proxy type for SOCKS proxies.
These constants describe the supported protocols for a protection space, as returned by protocol
.
Constants describing known values of the authentication
property of a URLProtection
.