Click or drag to resize

GenericHttpRequest Properties

The GenericHttpRequest type exposes the following members.

Properties
  NameDescription
Public propertyBody
Gets or sets the HTTP Body (in POST or PUT).
(Inherited from BaseGenericHttpMessage.)
Public propertyCookies
Gets or sets a list of Cookies that will be sent to the server
(Inherited from BaseGenericHttpMessage.)
Public propertyExtendedHttpMethod
Gets or sets the extended HTTP method when no standard method is used.
Public propertyHeaders
Gets or sets the HTTP headers.
(Inherited from BaseGenericHttpMessage.)
Public propertyHttpMethod
Gets or sets the HTTP method.
Public propertyPath
Gets or sets the path.
Public propertyVersion
Gets or sets the HTTP version.
(Inherited from BaseGenericHttpMessage.)
Top
See Also