ArcGIS Runtime SDK for WPF - Library Reference
ArcGISWebClient Class Members
See Also  Properties  Methods  Events
ESRI.ArcGIS.Client Namespace : ArcGISWebClient Class


The following tables list the members exposed by ArcGISWebClient.

Public Constructors

 NameDescription
public ConstructorArcGISWebClient ConstructorInitializes a new instance of the ArcGISWebClient class.  
Top

Public Properties

 NameDescription
public PropertyClientCertificateGets or sets the client certificate that is sent to the host and used to authenticate the request.  
public PropertyCredentialsGets or sets the network credentials that are sent to the host and used to authenticate the request.  
public Propertystatic (Shared in Visual Basic)DefaultCachePolicyA System.Net.Cache.RequestCachePolicy object that defines how the web requests will be cached (if at all). If this value is not set, the System.Net.Cache.RequestCacheLevel used in web requests is Default.  
public PropertyDisableClientCachingIndicates whether a timestamp parameter ("_ts") has to be added to the request to prevent it from being loaded from the browser's cache.  
public PropertyIsBusyGets a value that indicates whether a Web request is in progress.  
public PropertyProxyUrlGets or sets the URL to proxy the request through.  
Top

Public Methods

 NameDescription
public MethodCancelAsyncCancels a pending asynchronous operation.  
public MethodDownloadStringAsyncDownloads asynchronously the resource specified as a System.Uri.  
public MethodDownloadStringTaskAsyncDownloads asynchronously the resource specified as a System.Uri.  
public MethodOpenReadAsyncOpens a readable stream containing the specified resource.  
public MethodOpenReadTaskAsyncOpens a readable stream containing the specified resource.  
public MethodPostMultipartAsyncDownloads asynchronously the resource specified as a System.Uri.  
public MethodPostMultipartTaskAsyncDownloads asynchronously the resource specified as a System.Uri.  
Top

Public Events

 NameDescription
public EventDownloadStringCompletedOccurs when an asynchronous download string operation completes.  
public EventOpenReadCompletedOccurs when an asynchronous operation to open a stream containing a resource completes.  
public EventPostMultipartCompletedOccurs when an asynchronous operation to post multipart content completes.  
Top

See Also

© ESRI, Inc. All Rights Reserved.