SoapUtility 类
定义
提供一些实用工具,以便支持由服务器导出启用 SOAP 的 COM+ 应用程序代理,以及由客户端导入这些代理。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.
public ref class SoapUtility sealed : System::EnterpriseServices::Internal::ISoapUtility
[System.Runtime.InteropServices.Guid("5F9A955F-AA55-4127-A32B-33496AA8A44E")]
public sealed class SoapUtility : System.EnterpriseServices.Internal.ISoapUtility
[<System.Runtime.InteropServices.Guid("5F9A955F-AA55-4127-A32B-33496AA8A44E")>]
type SoapUtility = class
interface ISoapUtility
Public NotInheritable Class SoapUtility
Implements ISoapUtility
- 继承
-
SoapUtility
- 属性
- 实现
注解
提供的实用工具函数 SoapUtility 从 COM + 内的多个位置调用,但是它们的主要用途是支持导出和导入客户端代理。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 由 .NET Framework 在内部使用。SoapUtility is used internally by the .NET Framework. 不需要直接在代码中使用它。You do not need to use it directly in your code.
构造函数
| SoapUtility() |
初始化 SoapUtility 类的新实例。Initializes a new instance of the SoapUtility class. |
方法
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetServerBinPath(String, String, String, String) |
返回 SOAP bin 目录的路径。Returns the path for the SOAP bin directory. |
| GetServerPhysicalPath(String, String, String, String) |
返回 SOAP 虚拟根目录的路径。Returns the path for the SOAP virtual root. |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| Present() |
确定是否存在经过身份验证的、加密的 SOAP 接口。Determines whether authenticated, encrypted SOAP interfaces are present. |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |