ServiceBehaviorAttribute::AutomaticSessionShutdown Property
.NET Framework (current version)
Specifies whether to automatically close a session when a client closes an output session.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if services automatically close a session when the client closes an output session; otherwise, false. The default is true.
By default when a client closes an output session and the service has finished processing any remaining messages the server closes the session. Setting AutomaticSessionShutdown to false prevents the server from automatically closing the session and enables custom control of session lifetimes.
.NET Framework
Available since 3.0
Available since 3.0
Show: