TheREST..::..GetRESTAsync Method
Overload List
Name | Description | |
---|---|---|
GetRESTAsync(TheRequestData, Action<(Of <<'(TheRequestData>)>>), Action<(Of <<'(TheRequestData>)>>)) |
Requests data from a REST service asynchronously
|
|
GetRESTAsync(Uri, Int32, Action<(Of <<'(TheRequestData>)>>), Object) |
Issues a REST GET call to a given URI
|
|
GetRESTAsync(Uri, Action<(Of <<'(TheRequestData>)>>)) |
Issues a REST GET call to a given URI
|
|
GetRESTAsync(Uri, Int32, Action<(Of <<'(TheRequestData>)>>)) |
Issues a REST GET call to a given URI
|
|
GetRESTAsync(Uri, Int32, String, String, String, Action<(Of <<'(TheRequestData>)>>), Object, cdeConcurrentDictionary<(Of <<'(String, String>)>>)) |
Issues a REST GET call to a given URI
|