Click or drag to resize

RestResponseEventArgs Properties

The RestResponseEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBody
Gets or sets the body of the request / response
(Inherited from RestClientEventArgsBase.)
Public propertyContentLength
Content length
Public propertyContentType
Gets the content type
(Inherited from RestClientEventArgsBase.)
Public propertyETag
Gets the etag
Public propertyHeaders
Get the headers from the service
Public propertyMethod
Gets the method
(Inherited from RestClientEventArgsBase.)
Public propertyQuery
Query passed to the request
(Inherited from RestClientEventArgsBase.)
Public propertyStatusCode
Identifies the response code
Public propertyUrl
Gets or sets the URL of the request
(Inherited from RestClientEventArgsBase.)
Top
See Also