This documentation is archived and is not being maintained.
ISoapUtility Interface
.NET Framework 1.1
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Provides utilities to support the exporting of COM+ SOAP-enabled application proxies by the server and the importing of the proxies by the client.
For a list of all members of this type, see ISoapUtility Members.
[Visual Basic] <Guid("5AC4CB7E-F89F-429b-926B-C7F940936BF4")> Public Interface ISoapUtility [C#] [Guid("5AC4CB7E-F89F-429b-926B-C7F940936BF4")] public interface ISoapUtility [C++] [Guid("5AC4CB7E-F89F-429b-926B-C7F940936BF4")] public __gc __interface ISoapUtility [JScript] public Guid("5AC4CB7E-F89F-429b-926B-C7F940936BF4") interface ISoapUtility
Classes that Implement ISoapUtility
| Class | Description |
|---|---|
| SoapUtility | 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. |
Remarks
The utility functions that ISoapUtility 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
ISoapUtility Members | System.EnterpriseServices.Internal Namespace
Show: