<!--
{
  "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_browse_descriptor_t",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "c:@T@nw_browse_descriptor_t"
  },
  "title" : "nw_browse_descriptor_t"
}
-->

# nw_browse_descriptor_t

A service description used to discover Bonjour services.

```
typealias nw_browse_descriptor_t = any OS_nw_browse_descriptor
```

## Topics

### Creating Browse Descriptors

[`nw_browse_descriptor_create_bonjour_service(_:_:)`](/documentation/Network/nw_browse_descriptor_create_bonjour_service(_:_:))

Initializes a service descriptor used to discover a Bonjour service.

[`nw_browse_descriptor_set_include_txt_record(_:_:)`](/documentation/Network/nw_browse_descriptor_set_include_txt_record(_:_:))

Requires including associated TXT records with all results generated for this service descriptor.

### Inspecting Browse Descriptors

[`nw_browse_descriptor_get_bonjour_service_type(_:)`](/documentation/Network/nw_browse_descriptor_get_bonjour_service_type(_:))

Accesses the Bonjour service type set on a browse descriptor.

[`nw_browse_descriptor_get_bonjour_service_domain(_:)`](/documentation/Network/nw_browse_descriptor_get_bonjour_service_domain(_:))

Accesses the Bonjour service domain set on a browse descriptor.

[`nw_browse_descriptor_get_include_txt_record(_:)`](/documentation/Network/nw_browse_descriptor_get_include_txt_record(_:))

Checks if the browse descriptor requires including associated TXT records with all results.



---

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)