---
title: "What is ObjRef object in remoting?"  
description: "What is ObjRef object in remoting?"  
author: "Anonymous User"  
published: 2011-05-23  
updated: 2020-09-22  
canonical: https://www.mindstick.com/interview/1001/what-is-objref-object-in-remoting  
category: "asp.net"  
tags: ["asp.net"]  
reading_time: 1 minute  

---

# What is ObjRef object in remoting?

ObjRef is a searializable object returned by Marshal() that knows about location of the remote object, host name, port number, and object name.

## Answers

### Answer by Anonymous User

ObjRef is a searializable object returned by Marshal() that knows about location of the remote object, host name, port number, and object name.


---

Original Source: https://www.mindstick.com/interview/1001/what-is-objref-object-in-remoting

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
