RemotingService Class
Provides the base implementation for the remoting XML Web services.
For a list of all members of this type, see RemotingService Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Runtime.Remoting.Services.RemotingService
[Visual Basic] Public Class RemotingService Inherits Component [C#] public class RemotingService : Component [C++] public __gc class RemotingService : public Component [JScript] public class RemotingService extends Component
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
The RemotingService is used to access ASP.NET from within a remoting XML Web service that derives from the RemotingService class.
Requirements
Namespace: System.Runtime.Remoting.Services
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
See Also
RemotingService Members | System.Runtime.Remoting.Services Namespace