IInputSession 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
針對在傳訊端點之間單向通訊的接收端上實作的工作階段定義介面。
public interface class IInputSession : System::ServiceModel::Channels::ISession
public interface IInputSession : System.ServiceModel.Channels.ISession
type IInputSession = interface
interface ISession
Public Interface IInputSession
Implements ISession
- 衍生
- 實作
備註
在訊息交換的另一端,IOutputSession 介面表示在傳訊端點之間單向通訊的傳送端上實作的傳出 ISession。 請注意,這兩個工作階段是不同的。
屬性
Id |
取得可唯一識別此工作階段的識別碼。 (繼承來源 ISession) |