Share via


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

입력 세션이 있으면 IOutputSession 구현이고, 그렇지 않으면 null입니다.

구현

적용 대상