StaticcreateBase64 encoded binary data.
Filename of the binary data.
New instance of BinaryBody.
StaticcreateCreates new instance of JsonBody.
JSON data.
New instance of JsonBody.
StaticcreateCreates new instance of PlainTextBody.
Plain text data.
New instance of PlainTextBody.
StaticcreateCreates new instance of XmlBody.
XML data.
New instance of XmlBody.
StaticdeleteMakes GET request to specified url.
Url of the request.
Optionalparameters: anyQuery parameters of the request.
Optionalheaders: anyHeaders of the request.
Response object of the request.
StaticgetMakes GET request to specified url.
Url of the request.
Optionalparameters: anyQuery parameters of the request.
Optionalheaders: anyHeaders of the request.
Response object of the request.
StaticheadMakes GET request to specified url.
Url of the request.
Optionalparameters: anyQuery parameters of the request.
Optionalheaders: anyHeaders of the request.
Response object of the request.
StaticoptionsMakes GET request to specified url.
Url of the request.
Optionalparameters: anyQuery parameters of the request.
Optionalheaders: anyHeaders of the request.
Response object of the request.
StaticpatchMakes GET request to specified url.
Url of the request.
Optionalparameters: anyQuery parameters of the request.
Optionalheaders: anyHeaders of the request.
Optionalbody: IBodyBody of the request.
Response object of the request.
StaticpostMakes GET request to specified url.
Url of the request.
Optionalparameters: anyQuery parameters of the request.
Optionalheaders: anyHeaders of the request.
Optionalbody: IBodyBody of the request.
Response object of the request.
StaticputMakes GET request to specified url.
Url of the request.
Optionalparameters: anyQuery parameters of the request.
Optionalheaders: anyHeaders of the request.
Optionalbody: IBodyBody of the request.
Response object of the request.
Creates new instance of BinaryBody.