---
title: copyDescription
framework: cfnetwork
role: symbol
role_heading: Instance Property
path: cfnetwork/cfhostclientcontext/copydescription
---

# copyDescription

The callback used to create a descriptive string representation of the info pointer (or the data pointed to by the info pointer) for debugging purposes. This callback is called by the CFCopyDescription(_:) function.

## Declaration

```swift
var copyDescription: CFAllocatorCopyDescriptionCallBack?
```

## See Also

### Instance Properties

- [info](cfnetwork/cfhostclientcontext/info.md)
- [release](cfnetwork/cfhostclientcontext/release.md)
- [retain](cfnetwork/cfhostclientcontext/retain.md)
- [version](cfnetwork/cfhostclientcontext/version.md)
