Click or drag to resize

PostWebRequest Properties

The PostWebRequest 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 propertyContentType
Gets or sets the content type.
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 propertyRequestData
Gets or sets the request data.
Public propertyType
Gets the type of the request.
(Inherited from WebRequest.)
Top
See Also