Click or drag to resize

ProcessingResponseEventArgs Class

Provides data for the ProcessingResponse event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    NScrapeProcessingResponseEventArgs

Namespace:  NScrape
Assembly:  NScrape (in NScrape.dll) Version: 0.4.1.0
Syntax
public class ProcessingResponseEventArgs : EventArgs

The ProcessingResponseEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyResponse
Gets the web response.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also