ClientBase<TChannel>.ChannelBase<T>.IContextChannel.OutputSession プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
チャネルに関連付けられている出力セッションがあれば、それを取得します。
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 の実装。それ以外の場合は null。