SCNetworkProtocolSetConfiguration(_:_:)
Stores the configuration settings for the specified network protocol.
Declaration
func SCNetworkProtocolSetConfiguration(_ protocol: SCNetworkProtocol, _ config: CFDictionary?) -> BoolParameters
- protocol:
The network protocol.
- config:
The configuration settings to store.
Return Value
TRUE if the configuration was stored; FALSE if an error occurred.