Implements the System.Runtime.Remoting.Activation.IConstructionCallMessage interface to create a request message that constitutes a constructor call on a remote object.
See Also: ConstructionCall Members
The System.Runtime.Remoting.Messaging.ConstructionCall 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.ConstructionCall class directly; instead, use the System.Runtime.Remoting.Activation.IConstructionCallMessage interface.
A remoting client sends a System.Runtime.Remoting.Messaging.ConstructionCall message to a server when attempting to create an instance of a client-activated remote class.