Name | Description | |
---|---|---|
![]() | Delete | Sends a DELETE request to the specified Uri as a synchronous operation. |
![]() | DeleteAsync | Sends a DELETE request to the specified Uri as an asynchronous operation. |
![]() | Get | Sends a GET request to the specified Uri as a synchronous operation. |
![]() | GetAsFile | Downloads the resource as a file identified by the specified Uri synchronously. |
![]() | GetAsFileAsync | Downloads the resource as a file identified by the specified Uri asynchronously. |
![]() | GetAsync | Sends a GET request to the specified Uri as an asynchronous operation. |
![]() | Post | Sends a POST request to the specified Uri as a synchronous operation. |
![]() | PostAsync | Sends a POST request to the specified Uri as an asynchronous operation. |
![]() | Put | Sends a PUT request to the specified Uri as a synchronous operation. |
![]() | PutAsync | Sends a PUT request to the specified Uri as an asynchronous operation. |
![]() | Upload | Uploads an item to the specified Uri identifying a portal/server as a synchronous operation. |
![]() | UploadAsync | Uploads an item to the specified Uri in the upload definition asynchronously. |