This documentation is archived and is not being maintained.
SoapServices Class
.NET Framework 1.1
Provides several methods for using and publishing remoted objects in SOAP format.
For a list of all members of this type, see SoapServices Members.
System.Object
System.Runtime.Remoting.SoapServices
[Visual Basic] Public Class SoapServices [C#] public class SoapServices [C++] public __gc class SoapServices [JScript] public class SoapServices
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
Note This class makes a Link demand. A SecurityException is thrown if the immediate caller does not have infrastructure permission. See Link Demands for more information.
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)
.NET Framework Security:
- SecurityPermission for operating with infrastructure code. Demand value: SecurityAction.LinkDemand; Permission Value: SecurityPermissionFlag.Infrastructure
See Also
Show: