CFNetwork Changes for Swift
CFNetwork
Modified CFHost
Name | Declaration | |
---|---|---|
From | CFHostRef | typealias CFHostRef = CFHost |
To | CFHost | class CFHost { } |
Modified CFHTTPAuthentication
Name | Declaration | |
---|---|---|
From | CFHTTPAuthenticationRef | typealias CFHTTPAuthenticationRef = CFHTTPAuthentication |
To | CFHTTPAuthentication | class CFHTTPAuthentication { } |
Modified CFHTTPMessage
Name | Declaration | |
---|---|---|
From | CFHTTPMessageRef | typealias CFHTTPMessageRef = CFHTTPMessage |
To | CFHTTPMessage | class CFHTTPMessage { } |
Modified CFNetDiagnostic
Name | Declaration | |
---|---|---|
From | CFNetDiagnosticRef | typealias CFNetDiagnosticRef = CFNetDiagnostic |
To | CFNetDiagnostic | class CFNetDiagnostic { } |
Modified CFNetService
Name | Declaration | |
---|---|---|
From | CFNetServiceRef | typealias CFNetServiceRef = CFNetService |
To | CFNetService | class CFNetService { } |
Modified CFNetServiceBrowser
Name | Declaration | |
---|---|---|
From | CFNetServiceBrowserRef | typealias CFNetServiceBrowserRef = CFNetServiceBrowser |
To | CFNetServiceBrowser | class CFNetServiceBrowser { } |
Modified CFNetServiceMonitor
Name | Declaration | |
---|---|---|
From | CFNetServiceMonitorRef | typealias CFNetServiceMonitorRef = CFNetServiceMonitor |
To | CFNetServiceMonitor | class CFNetServiceMonitor { } |