SCNetworkServiceEstablishDefaultConfiguration(_:)
Establishes the default configuration for the specified network service.
Declaration
func SCNetworkServiceEstablishDefaultConfiguration(_ service: SCNetworkService) -> BoolParameters
- service:
The network service.
Return Value
TRUE if the configuration was updated; FALSE if an error occurred.
Discussion
The default configuration includes the addition of network protocols for the service (with default configuration options).
See Also
Configuring Network Services
SCNetworkServiceAddProtocolType(_:_:)SCNetworkServiceCopy(_:_:)SCNetworkServiceCopyAll(_:)SCNetworkServiceCopyProtocol(_:_:)SCNetworkServiceCopyProtocols(_:)SCNetworkServiceCreate(_:_:)SCNetworkServiceGetEnabled(_:)SCNetworkServiceGetInterface(_:)SCNetworkServiceGetName(_:)SCNetworkServiceGetServiceID(_:)SCNetworkServiceGetTypeID()SCNetworkServiceRemove(_:)SCNetworkServiceRemoveProtocolType(_:_:)SCNetworkServiceSetEnabled(_:_:)SCNetworkServiceSetName(_:_:)