Share via


ClientBase<TChannel>.ChannelBase<T>.IContextChannel.OutputSession プロパティ

定義

チャネルに関連付けられている出力セッションがあれば、それを取得します。

property System::ServiceModel::Channels::IOutputSession ^ System::ServiceModel::IContextChannel::OutputSession { System::ServiceModel::Channels::IOutputSession ^ get(); };
System.ServiceModel.Channels.IOutputSession System.ServiceModel.IContextChannel.OutputSession { get; }
member this.System.ServiceModel.IContextChannel.OutputSession : System.ServiceModel.Channels.IOutputSession
 ReadOnly Property OutputSession As IOutputSession Implements IContextChannel.OutputSession

プロパティ値

IOutputSession

入力セッションが存在する場合は、IOutputSession の実装。それ以外の場合は null。

実装

適用対象