Click or drag to resize

SendingRequestEventArgs Class

Provides data for the SendingRequest event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    NScrapeSendingRequestEventArgs

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

The SendingRequestEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyWebRequest
Gets the web request.
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