What is ObjRef object in remoting

Q

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.

2007-10-23, 4641👍, 0💬