ISoapServerTlb 接口

定义

处理服务器上的经过身份验证的、加密的 SOAP 组件。Processes authenticated, encrypted SOAP components on servers.

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有关默认实现,请参阅。See SoapServerTlb for the default implementation.

ISoapServerTlb 由 .NET Framework 在内部使用。ISoapServerTlb is used internally by the .NET Framework. 不需要直接在代码中使用它。You do not need to use it directly in your code.

方法

AddServerTlb(String, String, String, String, String, String, String, String, String, String, String, String, String)

根据安全选项,将服务器类型库的项添加到 Web.config 和 Default.disco 文件中,并在必要时生成代理。Adds the entries for a server type library to the Web.config and Default.disco files, depending on security options, and generates a proxy if necessary.

DeleteServerTlb(String, String, String, String, String, String, String, String, String, String)

从 Web.config 和 Default.disco 文件中移除服务器类型库的项,具体由安全选项确定。Removes entries for a server type library from the Web.config and Default.disco files, depending on security options.

适用于