IDuplexChannel 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義通道必須實作以收送訊息的介面。
public interface class IDuplexChannel : System::ServiceModel::Channels::IInputChannel, System::ServiceModel::Channels::IOutputChannel
public interface IDuplexChannel : System.ServiceModel.Channels.IInputChannel, System.ServiceModel.Channels.IOutputChannel
type IDuplexChannel = interface
interface IChannel
interface ICommunicationObject
interface IInputChannel
interface IOutputChannel
type IDuplexChannel = interface
interface IInputChannel
interface IOutputChannel
interface IChannel
interface ICommunicationObject
type IDuplexChannel = interface
interface IInputChannel
interface IChannel
interface ICommunicationObject
interface IOutputChannel
type IDuplexChannel = interface
interface IOutputChannel
interface IInputChannel
interface ICommunicationObject
interface IChannel
Public Interface IDuplexChannel
Implements IInputChannel, IOutputChannel
- 衍生
- 實作
備註
重要
呼叫實作此介面之類別的方法時,若並用了不信任的資料,會造成安全性上的風險。 呼叫實作此介面之類別的方法時,請一律使用信任的資料。 如需詳細資訊,請參閱 驗證所有輸入。
IDuplexChannel 介面是 IInputChannel 和 IOutputChannel 介面的聯合。 IDuplexChannel 介面在實作時,不會要求 IInputChannel 與 IOutputChannel 之間有任何相互關聯性。 特別是,這樣表示合約不會要求透過 IInputChannel 接收訊息的寄件者要等於透過 IOutputChannel 傳送訊息的收件者。
屬性
LocalAddress |
取得輸入通道接收訊息的位址。 (繼承來源 IInputChannel) |
RemoteAddress |
取得輸出通道上訊息傳送之目的服務的目的端。 (繼承來源 IOutputChannel) |
State |
取得通訊導向物件的目前狀態。 (繼承來源 ICommunicationObject) |
Via |
取得包含輸出通道上訊息之目標傳輸位址的 URI。 (繼承來源 IOutputChannel) |
方法
事件
Closed |
當通訊物件從關閉中狀態轉換為已關閉狀態完成時發生。 (繼承來源 ICommunicationObject) |
Closing |
當通訊物件第一次進入關閉中狀態時發生。 (繼承來源 ICommunicationObject) |
Faulted |
當通訊物件第一次進入錯誤狀態時發生。 (繼承來源 ICommunicationObject) |
Opened |
當通訊物件從開啟中狀態轉換為已開啟狀態結束時發生。 (繼承來源 ICommunicationObject) |
Opening |
當通訊物件第一次進入開啟中狀態時發生。 (繼承來源 ICommunicationObject) |