ISoapUtility Interface
.NET Framework (current version)
Provides utilities to support the exporting of COM+ SOAP-enabled application proxies by the server and the importing of the proxies by the client.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | GetServerBinPath(String^, String^, String^, String^%) | Returns the path for the SOAP virtual root bin directory. |
![]() | GetServerPhysicalPath(String^, String^, String^, String^%) | Returns the path for the SOAP virtual root. |
![]() | Present() | Determines whether authenticated, encrypted SOAP interfaces are present. |
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.
See SoapUtility for the default implementation.
ISoapUtility is used internally by the .NET Framework. You do not need to use it directly in your code.
.NET Framework
Available since 1.1
Available since 1.1
Show:
