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

適用於