---
title: label
framework: network
role: symbol
role_heading: Type Property
path: network/nwprotocolframerimplementation/label
---

# label

A label defined by your custom protocol for use in debugging.

## Declaration

```swift
static var label: String { get }
```

## See Also

### Handling Instance Lifetime

- [init(framer:)](network/nwprotocolframerimplementation/init(framer:).md)
- [start(framer:)](network/nwprotocolframerimplementation/start(framer:).md)
- [NWProtocolFramer.StartResult](network/nwprotocolframer/startresult.md)
- [wakeup(framer:)](network/nwprotocolframerimplementation/wakeup(framer:).md)
- [stop(framer:)](network/nwprotocolframerimplementation/stop(framer:).md)
- [cleanup(framer:)](network/nwprotocolframerimplementation/cleanup(framer:).md)
