IContextChannel.InputSession Property

Definition

Gets the input session for the channel.

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

Property Value

The IInputSession for the channel.

Applies to