CompositeDuplexElement 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示組態項目,這是當用戶端必須公開 (Expose) 服務的端點才能在 HTTP 上傳送訊息時所使用的項目。 此類別無法獲得繼承。
public ref class CompositeDuplexElement sealed : System::ServiceModel::Configuration::BindingElementExtensionElement
public sealed class CompositeDuplexElement : System.ServiceModel.Configuration.BindingElementExtensionElement
type CompositeDuplexElement = class
inherit BindingElementExtensionElement
Public NotInheritable Class CompositeDuplexElement
Inherits BindingElementExtensionElement
- 繼承
-
CompositeDuplexElement
- 繼承
備註
這個組態項目會在自訂繫結中新增雙向訊息。 它是和本身不允許雙工通訊的傳輸一起使用,例如 HTTP。 相反地,TCP 本身就允許雙工通訊,因此不需要使用這個繫結項目也可讓服務將訊息傳回用戶端。
用戶端必須公開位址,才能讓服務接觸並建立連接。 這個用戶端位址是由 ClientBaseAddress 屬性提供的。
建構函式
CompositeDuplexElement() |
初始化 CompositeDuplexElement 類別的新執行個體。 |