SoapUtility Class
Provides utilities to support the exporting of COM+ SOAP-enabled application proxies by the server and the importing of the proxies by the client. This class cannot be inherited.
For a list of all members of this type, see SoapUtility Members.
System.Object
System.EnterpriseServices.Internal.SoapUtility
[Visual Basic] <Guid("5F9A955F-AA55-4127-A32B-33496AA8A44E")> NotInheritable Public Class SoapUtility Implements ISoapUtility [C#] [Guid("5F9A955F-AA55-4127-A32B-33496AA8A44E")] public sealed class SoapUtility : ISoapUtility [C++] [Guid("5F9A955F-AA55-4127-A32B-33496AA8A44E")] public __gc __sealed class SoapUtility : public ISoapUtility [JScript] public Guid("5F9A955F-AA55-4127-A32B-33496AA8A44E") class SoapUtility implements ISoapUtility
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 utility functions that SoapUtility provides are called from numerous locations within COM+; however, their primary purpose is to support the export and import of client proxies.
Requirements
Namespace: System.EnterpriseServices.Internal
Platforms: Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Enterpriseservices (in System.Enterpriseservices.dll)
See Also
SoapUtility Members | System.EnterpriseServices.Internal Namespace