---
title: nw_multipath_service_t
framework: network
role: symbol
role_heading: Structure
path: network/nw_multipath_service_t
---

# nw_multipath_service_t

Modes in which a connection can support multipath protocols.

## Declaration

```swift
struct nw_multipath_service_t
```

## Topics

### Creating a multipath service type instance

- [init(_:)](network/nw_multipath_service_t/init(_:).md)
- [init(rawValue:)](network/nw_multipath_service_t/init(rawvalue:).md)

### Multipath service types

- [nw_multipath_service_disabled](network/nw_multipath_service_disabled.md)
- [nw_multipath_service_handover](network/nw_multipath_service_handover.md)
- [nw_multipath_service_interactive](network/nw_multipath_service_interactive.md)
- [nw_multipath_service_aggregate](network/nw_multipath_service_aggregate.md)

### Accessing the raw value

- [rawValue](network/nw_multipath_service_t/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)

## See Also

### C Network Structures

- [nw_connection_group_state_t](network/nw_connection_group_state_t.md)
- [nw_browser_state_t](network/nw_browser_state_t.md)
- [nw_connection_state_t](network/nw_connection_state_t.md)
- [nw_data_transfer_report_state_t](network/nw_data_transfer_report_state_t.md)
- [nw_endpoint_type_t](network/nw_endpoint_type_t.md)
- [nw_error_domain_t](network/nw_error_domain_t.md)
- [nw_ethernet_channel_state_t](network/nw_ethernet_channel_state_t.md)
- [nw_framer_start_result_t](network/nw_framer_start_result_t.md)
- [nw_interface_type_t](network/nw_interface_type_t.md)
- [nw_ip_ecn_flag_t](network/nw_ip_ecn_flag_t.md)
- [nw_ip_local_address_preference_t](network/nw_ip_local_address_preference_t.md)
- [nw_ip_version_t](network/nw_ip_version_t.md)
- [nw_listener_state_t](network/nw_listener_state_t.md)
- [nw_parameters_expired_dns_behavior_t](network/nw_parameters_expired_dns_behavior_t.md)
- [nw_path_status_t](network/nw_path_status_t.md)
