IDuplexContextChannel.AutomaticInputSessionShutdown Property
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.
Gets or sets a value that indicates whether the input session is shutdown automatically.
public:
property bool AutomaticInputSessionShutdown { bool get(); void set(bool value); };
public bool AutomaticInputSessionShutdown { get; set; }
member this.AutomaticInputSessionShutdown : bool with get, set
Public Property AutomaticInputSessionShutdown As Boolean
Property Value
true
if the input session is shutdown automatically; otherwise, false
.
Remarks
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.