SCNetworkServiceRemoveProtocolType(_:_:)
Removes the network protocol of the specified type from the specified service.
Declaration
func SCNetworkServiceRemoveProtocolType(_ service: SCNetworkService, _ protocolType: CFString) -> BoolParameters
- 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
SCNetworkServiceAddProtocolType(_:_:)SCNetworkServiceCopy(_:_:)SCNetworkServiceCopyAll(_:)SCNetworkServiceCopyProtocol(_:_:)SCNetworkServiceCopyProtocols(_:)SCNetworkServiceCreate(_:_:)SCNetworkServiceEstablishDefaultConfiguration(_:)SCNetworkServiceGetEnabled(_:)SCNetworkServiceGetInterface(_:)SCNetworkServiceGetName(_:)SCNetworkServiceGetServiceID(_:)SCNetworkServiceGetTypeID()SCNetworkServiceRemove(_:)SCNetworkServiceSetEnabled(_:_:)SCNetworkServiceSetName(_:_:)