Windows apps
Collapse the table of content
Expand the table of content
Information
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

 

Gets or sets a value that indicates whether the input session is shutdown automatically.

Namespace:   System.ServiceModel
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

property bool AutomaticInputSessionShutdown {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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
Return to top
Show:
© 2017 Microsoft