What is ObjRef object in remoting ?

Q

.NET INTERVIEW QUESTIONS - What is ObjRef object in remoting ?

✍: Guest

A

All Marshal() methods return ObjRef object.The ObjRef is serializable because it implements the interface ISerializable, and can be marshaled by value. The ObjRef knows about :-
* location of the remote object
* host name
* port number
* object name.

2009-10-01, 3824👍, 0💬