<!--
{
  "availability" : [
    "iOS: 12.0.0 -",
    "iPadOS: 12.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.14.0 -",
    "tvOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/nw_report_resolution_protocol_t",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@EA@nw_report_resolution_protocol_t"
  },
  "title" : "nw_report_resolution_protocol_t"
}
-->

# nw_report_resolution_protocol_t

A set of transport protocols connections use for DNS resolution.

```
struct nw_report_resolution_protocol_t
```

## Topics

### Resolution Transports

[`nw_report_resolution_protocol_unknown`](/documentation/Network/nw_report_resolution_protocol_unknown)

The DNS response protocol is unknown or not applicable.

[`nw_report_resolution_protocol_udp`](/documentation/Network/nw_report_resolution_protocol_udp)

The connection used cleartext UDP for DNS resolution.

[`nw_report_resolution_protocol_tcp`](/documentation/Network/nw_report_resolution_protocol_tcp)

The connection used cleartext TCP for DNS resolution.

[`nw_report_resolution_protocol_tls`](/documentation/Network/nw_report_resolution_protocol_tls)

The connection used TLS for DNS resolution.

[`nw_report_resolution_protocol_https`](/documentation/Network/nw_report_resolution_protocol_https)

The connection used HTTPS for DNS resolution.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)