public bool GetAsFile( string requestUri, string filePathToDownload )
Public Function GetAsFile( _ ByVal requestUri As String, _ ByVal filePathToDownload As String _ ) As Boolean
Parameters
- requestUri
- The Uri address of the synchronous request
- filePathToDownload
- Absolute path of the file to which the response will be downloaded to
Return Value
Boolean value indicating success or failure