Click or drag to resize

RestRequestEventArgs Properties

The RestRequestEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyAdditionalHeaders
Gets or sets additional headers
Public propertyBody
Gets or sets the body of the request / response
(Inherited from RestClientEventArgsBase.)
Public propertyCancel
Gets or sets an indicator whether this request can be cancelled
Public propertyContentType
Gets the content type
(Inherited from RestClientEventArgsBase.)
Public propertyMethod
Gets the method
(Inherited from RestClientEventArgsBase.)
Public propertyQuery
Query passed to the request
(Inherited from RestClientEventArgsBase.)
Public propertyUrl
Gets or sets the URL of the request
(Inherited from RestClientEventArgsBase.)
Top
See Also