'Declaration
Function DownloadFile( _ ByVal relativeUrl As String, _ ByVal destinationFileName As String, _ Optional ByVal timeout As Nullable(Of Integer) _ ) As Task
Task DownloadFile( string relativeUrl, string destinationFileName, Nullable<int> timeout )
Parameters
- relativeUrl
- destinationFileName
- timeout
- The number of seconds to wait for a response to the request