Contents

setMetadata(_:)

Sets the flow’s metadata for use by proxy providers.

Declaration

func setMetadata(_ parameters: nw_parameters_t)

Parameters

  • parameters:

    A nw_parameters_t object that contains the flow metadata.

Discussion

Use an nw_parameters_t object to create a connection that transparently proxies the flow’s data. This also provides accurate source app information to any subsequent NEAppProxyProvider instances that transparently proxy the flow.

See Also

Accessing flow information