Click or drag to resize

GenericHttpResponse Properties

The GenericHttpResponse 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 propertyHeaders
Gets or sets the HTTP headers.
(Inherited from BaseGenericHttpMessage.)
Public propertyHttpStatusCode
Gets or sets the HTTP code.
Public propertyReason
Gets or sets the reason.
Public propertyVersion
Gets or sets the HTTP version.
(Inherited from BaseGenericHttpMessage.)
Top
See Also