<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CFNetwork",
  "identifier" : "/documentation/CFNetwork/CFHostInfoType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "CFNetwork"
    ],
    "preciseIdentifier" : "c:@E@CFHostInfoType"
  },
  "title" : "CFHostInfoType"
}
-->

# CFHostInfoType

Values indicating the type of data that is to be resolved or the type of data that was resolved.

```
enum CFHostInfoType
```

## Topics

### Constants

[`kCFHostAddresses`](/documentation/CFNetwork/CFHostInfoType/addresses)

Specifies that addresses are to be resolved or that addresses were resolved.

[`kCFHostNames`](/documentation/CFNetwork/CFHostInfoType/names)

Specifies that names are to be resolved or that names were resolved.

[`kCFHostReachability`](/documentation/CFNetwork/CFHostInfoType/reachability)

Specifies that reachability information is to be resolved or that reachability information was resolved.

## Relationships

### Conforms To

[`Hashable`](/documentation/Swift/Hashable)

[`Equatable`](/documentation/Swift/Equatable)

[`Sendable`](/documentation/Swift/Sendable)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

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)