IRequestSessionChannel 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義要將要求通道與工作階段產生關聯的介面。
public interface class IRequestSessionChannel : System::ServiceModel::Channels::IRequestChannel, System::ServiceModel::Channels::ISessionChannel<System::ServiceModel::Channels::IOutputSession ^>
public interface IRequestSessionChannel : System.ServiceModel.Channels.IRequestChannel, System.ServiceModel.Channels.ISessionChannel<System.ServiceModel.Channels.IOutputSession>
type IRequestSessionChannel = interface
interface IChannel
interface ICommunicationObject
interface IRequestChannel
interface ISessionChannel<IOutputSession>
type IRequestSessionChannel = interface
interface IRequestChannel
interface IChannel
interface ICommunicationObject
interface ISessionChannel<IOutputSession>
type IRequestSessionChannel = interface
interface IRequestChannel
interface IChannel
interface ISessionChannel<IOutputSession>
interface ICommunicationObject
Public Interface IRequestSessionChannel
Implements IRequestChannel, ISessionChannel(Of IOutputSession)
- 實作
備註
重要
呼叫實作此介面之類別的方法時,若並用了不信任的資料,會造成安全性上的風險。 呼叫實作此介面之類別的方法時,請一律使用信任的資料。 如需詳細資訊,請參閱 驗證所有輸入。
IRequestSessionChannel 介面會指示 IRequestChannel 實作 IOutputSession 語意 (Semantics)。
可以透過 IOutputSession 屬性來擷取與 IReplySessionChannel 相關聯的 Session。
屬性
RemoteAddress |
取得要求通道傳送訊息的目標遠端位址。 (繼承來源 IRequestChannel) |
Session |
取得與此通道相關聯之工作階段的型別。 (繼承來源 ISessionChannel<TSession>) |
State |
取得通訊導向物件的目前狀態。 (繼承來源 ICommunicationObject) |
Via |
取得此要求傳送的目標傳輸位址。 (繼承來源 IRequestChannel) |
方法
事件
Closed |
當通訊物件從關閉中狀態轉換為已關閉狀態完成時發生。 (繼承來源 ICommunicationObject) |
Closing |
當通訊物件第一次進入關閉中狀態時發生。 (繼承來源 ICommunicationObject) |
Faulted |
當通訊物件第一次進入錯誤狀態時發生。 (繼承來源 ICommunicationObject) |
Opened |
當通訊物件從開啟中狀態轉換為已開啟狀態結束時發生。 (繼承來源 ICommunicationObject) |
Opening |
當通訊物件第一次進入開啟中狀態時發生。 (繼承來源 ICommunicationObject) |
擴充方法
CloseHelperAsync(ICommunicationObject, TimeSpan) |
定義要將要求通道與工作階段產生關聯的介面。 |
OpenHelperAsync(ICommunicationObject, TimeSpan) |
定義要將要求通道與工作階段產生關聯的介面。 |