WebResponse.System.IDisposable.Dispose Method
Assembly: System (in system.dll)
Call System.IDisposable.Dispose when you are finished using the WebResponse. The System.IDisposable.Dispose method leaves the WebResponse in an unusable state. After calling System.IDisposable.Dispose, you must release all references to the WebResponse so the garbage collector can reclaim the memory that the WebResponse was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.
Note |
|---|
| Always call System.IDisposable.Dispose before you release your last reference to the WebResponse. Otherwise, the resources it is using will not be freed until the garbage collector calls the WebResponse object's Finalize method. |
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Note