Name | Description | |
---|---|---|
![]() | DownloadData | Overloaded. Downloads the resource with the specified URI to a byte array |
![]() | DownloadFile | Downloads the resource with the specified URI to a local file. |
![]() | DownloadString | Overloaded. Downloads the resource with the specified URI to a string |
![]() | UploadData | Uploads the provided byte array to the specified URI using the provided method. |
![]() | UploadFile | Uploads the specified local file to the specified URI using the specified method |
![]() | UploadString | Uploads the specified string to the specified resource, using the specified method |