GetUrl1
| Method signature |
ContentProxy.GetUrl1(url, cacheDurationInMinutes, succeededCallback, failedCallback) |
| Input Parameters |
url |
The URL of the target location. |
| |
cacheDurationInMinutes |
Specifies how long the response is cached on the server. |
| |
succeededCallback |
The function that is invoked when the operation succeeds. |
| |
failedCallback |
The function that is invoked if the operation fails. |
| Callback Parameter |
Content of the HTTP response as string. |
| Note |
The response is cached for the specified duration. |
|