ResponseMessage Properties

The ResponseMessage type exposes the following members.

Properties
  NameDescription
Public propertyContent
Gets or sets the response content.
Public propertyCookies
Gets or sets the cookie collection.
Public propertyHeaders
Gets the headers.
Public propertyIsSuccess
Gets a value indicating whether this message is success.
Public propertyRequest
Gets or sets the associated request.
Public propertyStatusCode
Gets or sets the status code.
See Also