Share via


IContextChannel.InputSession 속성

정의

채널의 입력 세션을 가져옵니다.

public:
 property System::ServiceModel::Channels::IInputSession ^ InputSession { System::ServiceModel::Channels::IInputSession ^ get(); };
public System.ServiceModel.Channels.IInputSession InputSession { get; }
member this.InputSession : System.ServiceModel.Channels.IInputSession
Public ReadOnly Property InputSession As IInputSession

속성 값

IInputSession

채널의 IInputSession입니다.

적용 대상