---
title: remoteObjects
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsconnection/remoteobjects
---

# remoteObjects

The local proxies for remote objects that have been received over the connection but not deallocated yet.

## Declaration

```occ
@property (copy, readonly) NSArray * remoteObjects;
```

## See Also

### Getting a Remote Object

- [connectionWithRegisteredName:host:](foundation/nsconnection/connectionwithregisteredname:host:.md)
- [connectionWithRegisteredName:host:usingNameServer:](foundation/nsconnection/connectionwithregisteredname:host:usingnameserver:.md)
- [rootProxy](foundation/nsconnection/rootproxy.md)
- [rootProxyForConnectionWithRegisteredName:host:](foundation/nsconnection/rootproxyforconnectionwithregisteredname:host:.md)
- [rootProxyForConnectionWithRegisteredName:host:usingNameServer:](foundation/nsconnection/rootproxyforconnectionwithregisteredname:host:usingnameserver:.md)
- [localObjects](foundation/nsconnection/localobjects.md)
