Creates an instance of a remoting proxy for a remote object described by the specified System.Runtime.Remoting.ObjRef, and located on the server.
![]()
The new instance of remoting proxy for the remote object that is described in the specified System.Runtime.Remoting.ObjRef.
The current method is called when a proxy is created out of aSystem.Runtime.Remoting.ObjRef instance that references a class that is marked with the System.Runtime.Remoting.Proxies.ProxyAttribute attribute. Therefore, the method is used only when a System.Runtime.Remoting.ObjRef is received from a return or parameter on a call, or during the activation of a client-activated object. The System.Runtime.Remoting.Proxies.ProxyAttribute is not used for well-known object types.