ISoapServerTlb 接口

定义

处理服务器上的经过身份验证的、加密的 SOAP 组件。

public interface class ISoapServerTlb
[System.Runtime.InteropServices.Guid("1E7BA9F7-21DB-4482-929E-21BDE2DFE51C")]
public interface ISoapServerTlb
[<System.Runtime.InteropServices.Guid("1E7BA9F7-21DB-4482-929E-21BDE2DFE51C")>]
type ISoapServerTlb = interface
Public Interface ISoapServerTlb
派生
属性

注解

有关默认实现,请参阅 SoapServerTlb

ISoapServerTlb由.NET Framework在内部使用。 无需直接在代码中使用它。

方法

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 文件中移除服务器类型库的项,具体由安全选项确定。

适用于