ISoapUtility Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides utilities to support the exporting of COM+ SOAP-enabled application proxies by the server and the importing of the proxies by the client.
public interface class ISoapUtility
[System.Runtime.InteropServices.Guid("5AC4CB7E-F89F-429b-926B-C7F940936BF4")]
public interface ISoapUtility
[<System.Runtime.InteropServices.Guid("5AC4CB7E-F89F-429b-926B-C7F940936BF4")>]
type ISoapUtility = interface
Public Interface ISoapUtility
- Derived
- Attributes
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.
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.
Methods
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. |