ReportWebData.GetRequestAsync Method

Performs an HTTP / HTTPS GET Request.  
Returns stauts, and output Get Request response.
<ID("GetRequestAsync", (int)e.GetRequestAsync)> _ 
Public Function GetRequestAsync() As Task(Of String)
This language is not supported or no code example is available.
[ID("GetRequestAsync", (int)e.GetRequestAsync)] 
public Task<string> GetRequestAsync()
This language is not supported or no code example is available.

Return Value

Task<string>

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition