Click or drag to resize

GetWebRequest Properties

The GetWebRequest type exposes the following members.

Properties
  NameDescription
Public propertyAutoRedirect
Gets or sets a value specifying whether the request shall be automatically redirected.
(Inherited from WebRequest.)
Public propertyDestination
Gets or sets the destination of the request.
(Inherited from WebRequest.)
Public propertyHeaders
Gets the collection of headers that shall be sent with the request.
(Inherited from WebRequest.)
Public propertyIsXmlHttpRequest
Gets or sets a value indicating whether the request shall attempt to mimic a JQuery request.
(Inherited from WebRequest.)
Public propertyType
Gets the type of the request.
(Inherited from WebRequest.)
Top
See Also