Initializes a new instance of this object.
Sets the content type to json.
This object.
Sets the content type header.
The content mime type.
This object.
Copies other to this object.
The request to copy.
This object.
Sets an individual header.
The header key to set.
The value to set.
This object.
Sets the headers.
The headers to set.
This object.
Constructs a patch request.
Optionalbody: TBodyThis object.
Constructs a post request.
Optionalbody: TBodyThis object.
Constructs a put request.
Optionalbody: TBodyThis object.
Sets the timeout for the url.
The total number of milliseconds to wait.
The object.
Sets the url to make the request from.
The url to make the request to.
This object.
StaticduplicateDuplicates a request, keeping it's structure intact.
The underlying headers will be duplicated, but everything else will be a shallow copy to preserve the body in the case that it is a blob or other binary structure.
The request to duplicate.
The duplicated object.
Represents a builder for an http request.