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 実装。それ以外の場合は null

適用対象