<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: 26.0.0 -",
    "watchOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Network",
  "identifier" : "/documentation/Network/BrowserProvider",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Network"
    ],
    "preciseIdentifier" : "s:7Network15BrowserProviderP"
  },
  "title" : "BrowserProvider"
}
-->

# BrowserProvider

BrowserProviders can be used when creating NetworkBrowsers.

```
protocol BrowserProvider : Sendable
```

## Topics

### Associated Types

[`associatedtype Endpoint : Connectable`](/documentation/Network/BrowserProvider/Endpoint)

### Type Methods

[`static func bonjour(String, domain: String?, includeTxtRecord: Bool) -> Bonjour`](/documentation/Network/BrowserProvider/bonjour(_:domain:includeTxtRecord:))

Create a Bonjour browser provider used to browse for Bonjour services.

[`static func wifiAware(WASubscriberBrowser.Action, active: Duration?) -> Self`](/documentation/Network/BrowserProvider/wifiAware(_:active:))

Setup a `NetworkBrowser` to subscribe to Wi-Fi Aware services on selected, paired devices.

## Relationships

### Conforming Types

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

### Inherits From

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

[`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)