Implements the System.Runtime.Remoting.Activation.IConstructionReturnMessage interface to create a message that responds to a call to instantiate a remote object.
See Also: ConstructionResponse Members
A System.Runtime.Remoting.Messaging.ConstructionResponse object returns the result of a construction request sent with the System.Runtime.Remoting.Activation.IConstructionCallMessage interface.
The System.Runtime.Remoting.Messaging.ConstructionResponse class is used by the remoting infrastructure of the .NET Framework. You do not need to create an instance of the System.Runtime.Remoting.Messaging.ConstructionResponse class directly; instead, use the System.Runtime.Remoting.Activation.IConstructionReturnMessage interface.