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