The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDuplexContextChannel::AutomaticInputSessionShutdown Property
.NET Framework (current version)
Gets or sets a value that indicates whether the input session is shutdown automatically.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if the input session is shutdown automatically; otherwise, false.
When the remote side initiates shutdown, the channel is automatically closed for the user if AutomaticInputSessionShutdown is set to true. Setting it to false instead allow the user to send some final messages to the remote side on its output session before closing the channel.
.NET Framework
Available since 3.0
Available since 3.0
Show: