Contents

SCNetworkServiceCopyProtocols(_:)

Returns all network protocols associated with the specified service.

Declaration

func SCNetworkServiceCopyProtocols(_ service: SCNetworkService) -> CFArray?

Parameters

  • service:

    The network service.

Return Value

The network protocols associated with the service. You must release the returned value.

See Also

Configuring Network Services