RemotingClientProxy Class
The abstract base class for proxies to well-known objects generated by the Soapsuds tool.
For a list of all members of this type, see RemotingClientProxy Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Runtime.Remoting.Services.RemotingClientProxy
[Visual Basic] MustInherit Public Class RemotingClientProxy Inherits Component [C#] public abstract class RemotingClientProxy : Component [C++] public __gc __abstract class RemotingClientProxy : public Component [JScript] public abstract class RemotingClientProxy 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
RemotingClientProxy provides access to the frequently used properties for SOAPSUDS generated proxies that point to well-known objects (XML Web services).
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
RemotingClientProxy Members | System.Runtime.Remoting.Services Namespace