ArcGIS Runtime SDK for WPF - Library Reference
OpenReadTaskAsync Method
See Also 
ESRI.ArcGIS.Client Namespace > ArcGISWebClient Class : OpenReadTaskAsync Method

uri
The URI of the resource to retrieve.
parameters
The collection of query key/value pairs associated with the request.
httpMethod
The HTTP method to use for this request.
Opens a readable stream containing the specified resource.

Syntax

Visual Basic (Declaration) 
Public Function OpenReadTaskAsync( _
   ByVal uri As Uri, _
   Optional ByVal parameters As IDictionary(Of String,String), _
   Optional ByVal httpMethod As ArcGISWebClient.HttpMethods _
) As Task(Of Stream)

Parameters

uri
The URI of the resource to retrieve.
parameters
The collection of query key/value pairs associated with the request.
httpMethod
The HTTP method to use for this request.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.