OperationBehaviorAttribute::AutoDisposeParameters Property
.NET Framework (current version)
Gets or sets whether parameters are to be automatically disposed.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System::Booleantrue if the parameters are to be automatically disposed; otherwise false.
This property determines whether the service disposes all disposable parameters (input, output or reference parameters) that were created while processing a message. The default value is true. Set this property to false if you want to prevent the system from disposing of resources and cache them if required.
For example, if AutoDisposeParameters is false, then the sender is responsible for closing the stream on the sending side.
.NET Framework
Available since 3.0
Available since 3.0
Show: