HttpWebResponse.Dispose Method (Boolean)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Releases the unmanaged resources used by the HttpWebResponse and optionally releases the managed resources.
Assembly: System.Net (in System.Net.dll)
Parameters
- disposing
- Type: System.Boolean
The Boolean value that indicates if the managed resources should also be released.
Show: