WebResponseDisposeUnmanagedRessources Method |
Handles disposal of unmanaged resources.
Namespace:
NScrape
Assembly:
NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax protected virtual void DisposeUnmanagedRessources()
Protected Overridable Sub DisposeUnmanagedRessources
protected:
virtual void DisposeUnmanagedRessources()
abstract DisposeUnmanagedRessources : unit -> unit
override DisposeUnmanagedRessources : unit -> unit
Remarks
Inheriting classes owning unmanaged resources should override this method and use it to dispose of them.
See Also