SCNetworkProtocolGetConfiguration(_:)
Returns the configuration settings associated with the specified protocol.
Declaration
func SCNetworkProtocolGetConfiguration(_ protocol: SCNetworkProtocol) -> CFDictionary?Parameters
- protocol:
The network protocol.
Return Value
The configuration settings associated with the protocol, or NULL if no configuration settings are associated with the protocol or an error occurred.