Click or drag to resize

WebRequest Properties

The WebRequest type exposes the following members.

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