System.Runtime.Remoting.Messaging.ConstructionResponse Class

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

Syntax

[System.CLSCompliant(false)]
[System.Runtime.InteropServices.ComVisible(true)]
public class ConstructionResponse : MethodResponse, System.Runtime.Remoting.Activation.IConstructionReturnMessage

Remarks

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.

Requirements

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0