Prabhu Raja
What is ObjRef object in remoting?
By Prabhu Raja in .NET Remoting on Nov 19 2011
  • Sonakshi Singh
    Dec, 2011 12

    An ObjRef is a serializable representation of an object,used to transfer an object reference across an AppDomain boundary.ObjRef contains information that describes the class and type of the Object being marshaled,its exact location and communication-related information.




    • 0
  • Anuja Pawar
    Nov, 2011 29

    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.

    • 0
  • Prabhu Raja
    Nov, 2011 19

    ObjRef is a searializable object returned by Marshal() that knows about location of the remote object, host name, port number, and object name.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS