---
title: remoteObjectProxy
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsxpcconnection/remoteobjectproxy
---

# remoteObjectProxy

Returns a proxy for the remote object (that is, the exportedObject from the other side of this connection).

## Declaration

```swift
var remoteObjectProxy: Any { get }
```

## Discussion

Discussion See descriptions in NSXPCProxyCreating for more details.

## See Also

### Managing the connection interface

- [serviceName](foundation/nsxpcconnection/servicename.md)
- [endpoint](foundation/nsxpcconnection/endpoint.md)
- [exportedInterface](foundation/nsxpcconnection/exportedinterface.md)
- [exportedObject](foundation/nsxpcconnection/exportedobject.md)
- [remoteObjectInterface](foundation/nsxpcconnection/remoteobjectinterface.md)
