OperationBehaviorAttribute.AutoDisposeParameters Property
Gets or sets whether parameters are to be automatically disposed.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.