IDuplexContextChannel 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義用戶端通道必須實作的介面,以在雙工工作階段中交換訊息。
public interface class IDuplexContextChannel : System::ServiceModel::IContextChannel, System::ServiceModel::IExtensibleObject<System::ServiceModel::IContextChannel ^>
public interface IDuplexContextChannel : System.ServiceModel.IContextChannel, System.ServiceModel.IExtensibleObject<System.ServiceModel.IContextChannel>
type IDuplexContextChannel = interface
interface IContextChannel
interface IChannel
interface ICommunicationObject
interface IExtensibleObject<IContextChannel>
Public Interface IDuplexContextChannel
Implements IContextChannel, IExtensibleObject(Of IContextChannel)
- 實作
備註
雙工合約需要一個工作階段,因為必須建立內容,將用戶端與服務之間傳送的訊息關聯在一起。
屬性
AllowOutputBatching |
取得或設定值,這個值會指示 Windows Communication Foundation (WCF) 在將訊息送交傳輸之前,先儲存一組訊息。 (繼承來源 IContextChannel) |
AutomaticInputSessionShutdown |
取得或設定值,這個值表示是否自動關閉輸入工作階段。 |
CallbackInstance |
取得或設定與雙工訊息交換相關的執行個體內容。 |
Extensions |
取得這個可擴充物件的擴充功能物件集合。 (繼承來源 IExtensibleObject<T>) |
InputSession |
取得通道的輸入工作階段。 (繼承來源 IContextChannel) |
LocalAddress |
取得通道的本機端點。 (繼承來源 IContextChannel) |
OperationTimeout |
取得或設定作業必須完成的期間,否則會擲回例外狀況。 (繼承來源 IContextChannel) |
OutputSession |
取得與通道關聯的輸出工作階段 (如果有)。 (繼承來源 IContextChannel) |
RemoteAddress |
取得與通道相關聯的遠端位址。 (繼承來源 IContextChannel) |
SessionId |
傳回目前工作階段的識別項 (如果有)。 (繼承來源 IContextChannel) |
State |
取得通訊導向物件的目前狀態。 (繼承來源 ICommunicationObject) |
方法
事件
Closed |
當通訊物件從關閉中狀態轉換為已關閉狀態完成時發生。 (繼承來源 ICommunicationObject) |
Closing |
當通訊物件第一次進入關閉中狀態時發生。 (繼承來源 ICommunicationObject) |
Faulted |
當通訊物件第一次進入錯誤狀態時發生。 (繼承來源 ICommunicationObject) |
Opened |
當通訊物件從開啟中狀態轉換為已開啟狀態結束時發生。 (繼承來源 ICommunicationObject) |
Opening |
當通訊物件第一次進入開啟中狀態時發生。 (繼承來源 ICommunicationObject) |