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 實作,否則為 null。

實作

適用於