Share via


SoapServerTlb 類別

定義

處理伺服器上已驗證、加密的 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 檔案;若有必要則產生 Proxy。

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)

適用於