Contents

localEndpoint

An Nwendpoint object containing information about the local endpoint of the flow.

Declaration

var localEndpoint: NWEndpoint? { get }

Discussion

This property may be nil if the corresponding UDP socket was not bound to a port by the application and the App Proxy Provider did not set a local endpoint in open(withLocalEndpoint:completionHandler:).