IInputSession Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the interface for the session implemented on the receiving side of a one-way communication between messaging endpoints.
public interface class IInputSession : System::ServiceModel::Channels::ISession
public interface IInputSession : System.ServiceModel.Channels.ISession
type IInputSession = interface
interface ISession
Public Interface IInputSession
Implements ISession
- Derived
- Implements
Remarks
On the other side of the message interchange, the IOutputSession interface represents an outgoing ISession implemented on the sending side of a one-way communication between messaging endpoints. Note these two sessions are distinct.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.