Contents

SCNetworkProtocolSetConfiguration(_:_:)

Stores the configuration settings for the specified network protocol.

Declaration

func SCNetworkProtocolSetConfiguration(_ protocol: SCNetworkProtocol, _ config: CFDictionary?) -> Bool

Parameters

  • protocol:

    The network protocol.

  • config:

    The configuration settings to store.

Return Value

TRUE if the configuration was stored; FALSE if an error occurred.

See Also

Configuring Network Protocols