IContextChannel.OutputSession プロパティ

定義

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

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

プロパティ値

IOutputSession

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

適用対象