init(to:using:)
Create a new outbound connection to an endpoint, with parameters. The parameters determine the protocols to be used for the connection, and their options.
Declaration
convenience init(to endpoint: NWEndpoint, using builder: NWParametersBuilder<ApplicationProtocol>)