IInputSessionShutdown Interface
Defines the contract that must be implemented to shut down an input session.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
The IInputSessionShutdown type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChannelFaulted | Indicates that the channel has faulted. |
![]() | DoneReceiving | Indicates when the client channel is done receiving messages as part of the duplex message exchange. |
Use the IInputSessionShutdown interface inside a duplex session to send outbound messages prior to closing the session. For example, if a client closes a session the service can implement DoneReceiving to be notified prior to the shutdown, enabling the service to send one notification message prior to returning. The client receives the notification prior to the acknowledgment that the client can close the channel.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
