WebResponse.Dispose Method (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Releases the resources used by the WebResponse object, and optionally disposes of the managed resources.
Assembly: System.Net (in System.Net.dll)
Parameters
- disposing
- Type: System.Boolean
Set to true to release both managed and unmanaged resources; false to release only unmanaged resources.
Show: