IContextChannel.InputSession プロパティ

定義

チャネルの入力セッションを取得します。

public:
 property System::ServiceModel::Channels::IInputSession ^ InputSession { System::ServiceModel::Channels::IInputSession ^ get(); };
public System.ServiceModel.Channels.IInputSession InputSession { get; }
member this.InputSession : System.ServiceModel.Channels.IInputSession
Public ReadOnly Property InputSession As IInputSession

プロパティ値

IInputSession

チャネルの IInputSession

適用対象