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

適用於