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.
Assembly: System.EnterpriseServices (in System.EnterpriseServices.dll)
| Name | Description | |
|---|---|---|
![]() | SoapUtility() | Initializes a new instance of the SoapUtility class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetServerBinPath(String^, String^, String^, String^%) | Returns the path for the SOAP bin directory. |
![]() | GetServerPhysicalPath(String^, String^, String^, String^%) | Returns the path for the SOAP virtual root. |
![]() | GetType() | |
![]() | Present() | Determines whether authenticated, encrypted SOAP interfaces are present. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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.
SoapUtility is used internally by the .NET Framework. You do not need to use it directly in your code.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
