WSDualHttpBindingElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示安全且互通之繫結的組態項目,且這個繫結適用於雙工服務合約或透過 SOAP 媒介的通訊。
public ref class WSDualHttpBindingElement : System::ServiceModel::Configuration::StandardBindingElement
public class WSDualHttpBindingElement : System.ServiceModel.Configuration.StandardBindingElement
type WSDualHttpBindingElement = class
inherit StandardBindingElement
Public Class WSDualHttpBindingElement
Inherits StandardBindingElement
- 繼承
- 繼承
-
WSDualHttpBindingElement
備註
wsDualHttpBinding 是安全、可靠且互通的繫結,適用於雙工服務合約。 根據預設,它在產生執行階段堆疊時會搭配 WS-ReliableMessaging (可靠性)、WS-Security (安全性和驗證)、HTTP (訊息傳遞) 以及 Text/XML (訊息編碼)。
此繫結需要用戶端具備公用 URI。 透過一個或多個 SOAP 媒介,它就可以用來進行可靠的通訊。
建構函式
WSDualHttpBindingElement() |
初始化 WSDualHttpBindingElement 類別的新執行個體。 |
WSDualHttpBindingElement(String) |
使用指定的名稱,初始化 WSDualHttpBindingElement 類別的新執行個體。 |