<!--
{
  "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/CFNetServiceBrowserFlags",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "CFNetwork"
    ],
    "preciseIdentifier" : "c:@E@CFNetServiceBrowserFlags"
  },
  "title" : "CFNetServiceBrowserFlags"
}
-->

# CFNetServiceBrowserFlags

Flags that the system passes to net service browser callbacks.

```
struct CFNetServiceBrowserFlags
```

## Topics

### Creating Browser Flags

### Constants

[`init(rawValue:)`](/documentation/CFNetwork/CFNetServiceBrowserFlags/init(rawValue:))

Initializes a flag value with the specified bitfield.

### Type Properties

[`kCFNetServiceFlagIsDefault`](/documentation/CFNetwork/CFNetServiceBrowserFlags/isDefault)

Specifies whether the resulting domain is the default registration or browse domain.

[`kCFNetServiceFlagIsDomain`](/documentation/CFNetwork/CFNetServiceBrowserFlags/isDomain)

Specifies whether the result pertains to a search for domains or services.

[`kCFNetServiceFlagIsRegistrationDomain`](/documentation/CFNetwork/CFNetServiceBrowserFlags/isRegistrationDomain)

[`kCFNetServiceFlagMoreComing`](/documentation/CFNetwork/CFNetServiceBrowserFlags/moreComing)

A hint that the system will call the client’s callback function again soon.

[`kCFNetServiceFlagRemove`](/documentation/CFNetwork/CFNetServiceBrowserFlags/remove)

Specifies whether the client should remove the result instead of adding it.

[`kCFNetServiceFlagIsRegistrationDomain`](/documentation/CFNetwork/CFNetServiceBrowserFlags/isRegistrationDomain)

## Relationships

### Conforms To

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

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

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

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

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

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

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

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

---

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)