System.Runtime.Remoting.RemotingServices Class

Provides several methods for using and publishing remoted objects and proxies. This class cannot be inherited.

See Also: RemotingServices Members

Syntax

[System.Runtime.InteropServices.ComVisible(true)]
public static class RemotingServices

Remarks

Unless you are a service provider dealing with issues such as activation, lifetime management, or transactions, you do not need to distinguish between proxy references and object references. The remoting infrastructure uses transparent proxies that give the impression that the remote objects reside in the client's space. Proxies achieve this by forwarding calls made on them to the real objects at remote locations.

Requirements

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