Name | Description | |
---|---|---|
![]() | Authenticate | Authenticate now (instead of waiting for a request to fail) |
![]() | Cancel | Cancel the current request. |
![]() | Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() | 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 |
![]() | ExecuteRequest | Execute the provided request. |
![]() | 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 |