Contents

SCNetworkServiceRemoveProtocolType(_:_:)

Removes the network protocol of the specified type from the specified service.

Declaration

func SCNetworkServiceRemoveProtocolType(_ service: SCNetworkService, _ protocolType: CFString) -> Bool

Parameters

  • service:

    The network service.

  • protocolType:

    The type of network protocol to remove from the service.

Return Value

TRUE if the protocol was removed to the service; FALSE if the protocol was not configured or an error occurred.

See Also

Configuring Network Services