다음을 통해 공유


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입니다.

적용 대상