Instance Property
filterSockets
A Boolean indicating whether or not the filter should be applied to flows of network data originated from sockets.
SDKs
- iOS 9.0+
- macOS 10.15+
- Mac Catalyst 13.0+
Declaration
var filterSockets: Bool { get set }
Discussion
The default value of this property is false
.
See Also
Accessing the Filter Configuration
var filterBrowsers: Bool
A Boolean indicating whether or not the filter should be applied to flows of network data originated from WebKit browser objects.
var serverAddress: String?
The address of a server that the Filter Control Provider may contact for rules and other configuration information.