'Declaration
<AsyncStateMachineAttribute(Gibraltar.Server.Client.WebChannel/d__62)> Public Function DownloadFile( _ ByVal relativeUrl As String, _ ByVal destinationFileName As String, _ ByVal timeout As Nullable(Of Integer) _ ) As Task
[AsyncStateMachine(Gibraltar.Server.Client.WebChannel/d__62)] public Task DownloadFile( string relativeUrl, string destinationFileName, Nullable<int> timeout )
Parameters
- relativeUrl
- destinationFileName
- timeout
- Optional. The number of seconds to wait for a response to the request.