---
title: address
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/socketport/address
---

# address

The receiver’s socket address structure stored inside an NSData object.

## Declaration

```swift
var address: Data { get }
```

## See Also

### Related Documentation

- [init(remoteWithProtocolFamily:socketType:protocol:address:)](foundation/socketport/init(remotewithprotocolfamily:sockettype:protocol:address:).md)
- [init(protocolFamily:socketType:protocol:address:)](foundation/socketport/init(protocolfamily:sockettype:protocol:address:).md)

### Getting Information

- [protocol](foundation/socketport/protocol.md)
- [protocolFamily](foundation/socketport/protocolfamily.md)
- [socket](foundation/socketport/socket.md)
- [socketType](foundation/socketport/sockettype.md)
