Loupe - Log - Monitor - Resolve
Gibraltar.Server.Client Namespace / IWebChannelConnection Interface / DownloadFile Method
The number of seconds to wait for a response to the request

In This Topic
    DownloadFile Method (IWebChannelConnection)
    In This Topic
    Downloads the resource with the specified URI to a local file.
    Syntax
    'Declaration
     
    
    Function DownloadFile( _
       ByVal relativeUrl As String, _
       ByVal destinationFileName As String, _
       Optional ByVal timeout As Nullable(Of Integer) _
    ) As Task

    Parameters

    relativeUrl
    destinationFileName
    timeout
    The number of seconds to wait for a response to the request
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also