RemotingServices Class
Provides several methods for using and publishing remoted objects and proxies. This class cannot be inherited.
For a list of all members of this type, see RemotingServices Members.
System.Object
System.Runtime.Remoting.RemotingServices
[Visual Basic] NotInheritable Public Class RemotingServices [C#] public sealed class RemotingServices [C++] public __gc __sealed class RemotingServices [JScript] public class RemotingServices
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
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
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
RemotingServices Members | System.Runtime.Remoting Namespace