SoapServerTlb 类
定义
处理服务器上的经过身份验证的、加密的 SOAP 组件。Processes authenticated, encrypted SOAP components on servers. 此类不能被继承。This class cannot be inherited.
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 is used internally by the .NET Framework. 不需要直接在代码中使用它。You do not need to use it directly in your code.
构造函数
| SoapServerTlb() |
初始化 SoapServerTlb 类的新实例。Initializes a new instance of the SoapServerTlb class. |
方法
| 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. |
| Equals(Object) |
确定指定对象是否等于当前对象。Determines whether the specified object is equal to the current object. (继承自 Object) |
| GetHashCode() |
作为默认哈希函数。Serves as the default hash function. (继承自 Object) |
| GetType() |
获取当前实例的 Type。Gets the Type of the current instance. (继承自 Object) |
| MemberwiseClone() |
创建当前 Object 的浅表副本。Creates a shallow copy of the current Object. (继承自 Object) |
| ToString() |
返回表示当前对象的字符串。Returns a string that represents the current object. (继承自 Object) |