System.Runtime.Remoting.Services Namespace

Contains service classes that provide functionality to .NET Framework. One of the most important classes of this namespace is the TrackingServices class.

Classes

EnterpriseServicesHelper

Provides APIs that are needed for communication and operation with unmanaged classes outside of the AppDomain. This class cannot be inherited.

RemotingClientProxy

The abstract base class for proxies to well-known objects that were generated by the Soapsuds Tool (Soapsuds.exe).

RemotingService

Provides the base implementation for the remoting XML Web services.

TrackingServices

Provides a way to register, unregister, and obtain a list of tracking handlers.

Interfaces

ITrackingHandler

Indicates that the implementing object must be notified of marshaling, unmarshaling, and disconnection of objects and proxies by the remoting infrastructure.

Remarks

The TrackingServices class provides a tracking service with pluggable handlers that can detect when objects are marshaled and unmarshaled. Pluggable handlers can be created by implementing the ITrackingHandler interface. For more information, see the Marshal class.