ArcGIS API for Silverlight - Library Reference
PostMultipartAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > ArcGISWebClient Class : PostMultipartAsync Method

uri
A System.Uri containing the URI to download.
parameters
The collection of query key/value pairs associated with the request.
streamContents
The collection of streams to post
userState
The user-specified identifier for the asynchronous task.
Downloads asynchronously the resource specified as a System.Uri.

Syntax

Visual Basic (Declaration) 
Public Sub PostMultipartAsync( _
   ByVal uri As Uri, _
   ByVal parameters As IDictionary(Of String,String), _
   ByVal streamContents As IEnumerable(Of ArcGISWebClient.StreamContent), _
   Optional ByVal userState As Object _
) 

Parameters

uri
A System.Uri containing the URI to download.
parameters
The collection of query key/value pairs associated with the request.
streamContents
The collection of streams to post
userState
The user-specified identifier for the asynchronous task.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.