SoapServerTlb 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
处理服务器上的经过身份验证的、加密的 SOAP 组件。 此类不能被继承。
public ref class SoapServerTlb sealed : System::EnterpriseServices::Internal::ISoapServerTlb
[System.Runtime.InteropServices.Guid("F6B6768F-F99E-4152-8ED2-0412F78517FB")]
public sealed class SoapServerTlb : System.EnterpriseServices.Internal.ISoapServerTlb
[<System.Runtime.InteropServices.Guid("F6B6768F-F99E-4152-8ED2-0412F78517FB")>]
type SoapServerTlb = class
interface ISoapServerTlb
Public NotInheritable Class SoapServerTlb
Implements ISoapServerTlb
- 继承
-
SoapServerTlb
- 属性
- 实现
注解
SoapServerTlb由.NET Framework在内部使用。 无需在代码中直接使用它。
构造函数
SoapServerTlb() |
初始化 SoapServerTlb 类的新实例。 |
方法
AddServerTlb(String, String, String, String, String, String, String, String, String, String, String, String, String) |
根据安全选项,将服务器类型库的项添加到 Web.config 和 Default.disco 文件中,并在必要时生成代理。 |
DeleteServerTlb(String, String, String, String, String, String, String, String, String, String) |
从 Web.config 和 Default.disco 文件中移除服务器类型库的项,具体由安全选项确定。 |
Equals(Object) |
确定指定对象是否等于当前对象。 (继承自 Object) |
GetHashCode() |
作为默认哈希函数。 (继承自 Object) |
GetType() |
获取当前实例的 Type。 (继承自 Object) |
MemberwiseClone() |
创建当前 Object 的浅表副本。 (继承自 Object) |
ToString() |
返回表示当前对象的字符串。 (继承自 Object) |