Click or drag to resize

TextWebResponseDisposeManagedRessources Method

Handles disposal of managed resources.

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
protected override void DisposeManagedRessources()
Remarks
Inheriting classes owning managed resources should override this method and use it to dispose of them.
See Also