'Declaration
<AsyncStateMachineAttribute(Gibraltar.Server.Client.WebChannel/d__60)> Public Overloads Function DownloadData( _ ByVal relativeUrl As String, _ ByVal timeout As Nullable(Of Integer) _ ) As Task(Of Byte())
[AsyncStateMachine(Gibraltar.Server.Client.WebChannel/d__60)] public Task<byte[]> DownloadData( string relativeUrl, Nullable<int> timeout )
Parameters
- relativeUrl
- timeout
- Optional. The number of seconds to wait for a response to the request.
Return Value
A byte array containing the body of the response from the resource