Click or drag to resize
Virtual Care WebClientWrapper Methods

[This is preliminary documentation and is subject to change.]

The WebClientWrapper type exposes the following members.

Methods
  Name Description
Public method CancelAsync
Cancels a pending asynchronous operation.
(Inherited from WebClient.)
Public method CreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public method Dispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected method Dispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Public method DownloadData(String)
Downloads the resource as a Byte array from the URI specified.
(Inherited from WebClient.)
Public method DownloadData(Uri)
Downloads the resource as a Byte array from the URI specified.
(Inherited from WebClient.)
Public method DownloadDataAsync(Uri)
Downloads the resource as a Byte array from the URI specified as an asynchronous operation.
(Inherited from WebClient.)
Public method DownloadDataAsync(Uri, Object)
Downloads the resource as a Byte array from the URI specified as an asynchronous operation.
(Inherited from WebClient.)
Public method DownloadDataTaskAsync(String)
Downloads the resource as a Byte array from the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method DownloadDataTaskAsync(Uri)
Downloads the resource as a Byte array from the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method DownloadFile(String, String)
Downloads the resource with the specified URI to a local file.
(Inherited from WebClient.)
Public method DownloadFile(Uri, String)
Downloads the resource with the specified URI to a local file.
(Inherited from WebClient.)
Public method DownloadFileAsync(Uri, String)
Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread.
(Inherited from WebClient.)
Public method DownloadFileAsync(Uri, String, Object)
Downloads, to a local file, the resource with the specified URI. This method does not block the calling thread.
(Inherited from WebClient.)
Public method DownloadFileTaskAsync(String, String)
Downloads the specified resource to a local file as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method DownloadFileTaskAsync(Uri, String)
Downloads the specified resource to a local file as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method DownloadString(String)
Downloads the requested resource as a String. The resource to download is specified as a String containing the URI.
(Inherited from WebClient.)
Public method DownloadString(Uri)
Downloads the requested resource as a String. The resource to download is specified as a Uri.
(Inherited from WebClient.)
Public method DownloadStringAsync(Uri)
Downloads the resource specified as a Uri. This method does not block the calling thread.
(Inherited from WebClient.)
Public method DownloadStringAsync(Uri, Object)
Downloads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public method DownloadStringTaskAsync(String)
Downloads the resource as a String from the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method DownloadStringTaskAsync(Uri)
Downloads the resource as a String from the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected method GetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method GetWebRequest
Returns a WebRequest object for the specified resource.
(Inherited from WebClient.)
Protected method GetWebResponse(WebRequest)
Returns the WebResponse for the specified WebRequest.
(Inherited from WebClient.)
Protected method GetWebResponse(WebRequest, IAsyncResult)
Returns the WebResponse for the specified WebRequest using the specified IAsyncResult.
(Inherited from WebClient.)
Public method InitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected method MemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected method OnDownloadDataCompleted
Raises the DownloadDataCompleted event.
(Inherited from WebClient.)
Protected method OnDownloadFileCompleted
Raises the DownloadFileCompleted event.
(Inherited from WebClient.)
Protected method OnDownloadProgressChanged
Raises the DownloadProgressChanged event.
(Inherited from WebClient.)
Protected method OnDownloadStringCompleted
Raises the DownloadStringCompleted event.
(Inherited from WebClient.)
Protected method OnOpenReadCompleted
Raises the OpenReadCompleted event.
(Inherited from WebClient.)
Protected method OnOpenWriteCompleted
Raises the OpenWriteCompleted event.
(Inherited from WebClient.)
Protected method OnUploadDataCompleted
Raises the UploadDataCompleted event.
(Inherited from WebClient.)
Protected method OnUploadFileCompleted
Raises the UploadFileCompleted event.
(Inherited from WebClient.)
Protected method OnUploadProgressChanged
Raises the UploadProgressChanged event.
(Inherited from WebClient.)
Protected method OnUploadStringCompleted
Raises the UploadStringCompleted event.
(Inherited from WebClient.)
Protected method OnUploadValuesCompleted
Raises the UploadValuesCompleted event.
(Inherited from WebClient.)
Protected method OnWriteStreamClosed Obsolete.
Raises the WriteStreamClosed event.
(Inherited from WebClient.)
Public method OpenRead(String)
Opens a readable stream for the data downloaded from a resource with the URI specified as a String.
(Inherited from WebClient.)
Public method OpenRead(Uri)
Opens a readable stream for the data downloaded from a resource with the URI specified as a Uri
(Inherited from WebClient.)
Public method OpenReadAsync(Uri)
Opens a readable stream containing the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public method OpenReadAsync(Uri, Object)
Opens a readable stream containing the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public method OpenReadTaskAsync(String)
Opens a readable stream containing the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method OpenReadTaskAsync(Uri)
Opens a readable stream containing the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method OpenWrite(String)
Opens a stream for writing data to the specified resource.
(Inherited from WebClient.)
Public method OpenWrite(Uri)
Opens a stream for writing data to the specified resource.
(Inherited from WebClient.)
Public method OpenWrite(String, String)
Opens a stream for writing data to the specified resource, using the specified method.
(Inherited from WebClient.)
Public method OpenWrite(Uri, String)
Opens a stream for writing data to the specified resource, by using the specified method.
(Inherited from WebClient.)
Public method OpenWriteAsync(Uri)
Opens a stream for writing data to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public method OpenWriteAsync(Uri, String)
Opens a stream for writing data to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public method OpenWriteAsync(Uri, String, Object)
Opens a stream for writing data to the specified resource, using the specified method. This method does not block the calling thread.
(Inherited from WebClient.)
Public method OpenWriteTaskAsync(String)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method OpenWriteTaskAsync(Uri)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method OpenWriteTaskAsync(String, String)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method OpenWriteTaskAsync(Uri, String)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method ToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Public method UploadData(String, Byte)
Uploads a data buffer to a resource identified by a URI.
(Inherited from WebClient.)
Public method UploadData(Uri, Byte)
Uploads a data buffer to a resource identified by a URI.
(Inherited from WebClient.)
Public method UploadData(String, String, Byte)
Uploads a data buffer to the specified resource, using the specified method.
(Inherited from WebClient.)
Public method UploadData(Uri, String, Byte)
Uploads a data buffer to the specified resource, using the specified method.
(Inherited from WebClient.)
Public method UploadDataAsync(Uri, Byte)
Uploads a data buffer to a resource identified by a URI, using the POST method. This method does not block the calling thread.
(Inherited from WebClient.)
Public method UploadDataAsync(Uri, String, Byte)
Uploads a data buffer to a resource identified by a URI, using the specified method. This method does not block the calling thread.
(Inherited from WebClient.)
Public method UploadDataAsync(Uri, String, Byte, Object)
Uploads a data buffer to a resource identified by a URI, using the specified method and identifying token.
(Inherited from WebClient.)
Public method UploadDataTaskAsync(String, Byte)
Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadDataTaskAsync(Uri, Byte)
Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadDataTaskAsync(String, String, Byte)
Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadDataTaskAsync(Uri, String, Byte)
Uploads a data buffer that contains a Byte array to the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadFile(String, String)
Uploads the specified local file to a resource with the specified URI.
(Inherited from WebClient.)
Public method UploadFile(Uri, String)
Uploads the specified local file to a resource with the specified URI.
(Inherited from WebClient.)
Public method UploadFile(String, String, String)
Uploads the specified local file to the specified resource, using the specified method.
(Inherited from WebClient.)
Public method UploadFile(Uri, String, String)
Uploads the specified local file to the specified resource, using the specified method.
(Inherited from WebClient.)
Public method UploadFileAsync(Uri, String)
Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread.
(Inherited from WebClient.)
Public method UploadFileAsync(Uri, String, String)
Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread.
(Inherited from WebClient.)
Public method UploadFileAsync(Uri, String, String, Object)
Uploads the specified local file to the specified resource, using the POST method. This method does not block the calling thread.
(Inherited from WebClient.)
Public method UploadFileTaskAsync(String, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadFileTaskAsync(Uri, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadFileTaskAsync(String, String, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadFileTaskAsync(Uri, String, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadString(String, String)
Uploads the specified string to the specified resource, using the POST method.
(Inherited from WebClient.)
Public method UploadString(Uri, String)
Uploads the specified string to the specified resource, using the POST method.
(Inherited from WebClient.)
Public method UploadString(String, String, String)
Uploads the specified string to the specified resource, using the specified method.
(Inherited from WebClient.)
Public method UploadString(Uri, String, String)
Public method UploadStringAsync(Uri, String)
Uploads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public method UploadStringAsync(Uri, String, String)
Uploads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public method UploadStringAsync(Uri, String, String, Object)
Uploads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public method UploadStringTaskAsync(String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadStringTaskAsync(Uri, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadStringTaskAsync(String, String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadStringTaskAsync(Uri, String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadValues(String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI.
(Inherited from WebClient.)
Public method UploadValues(Uri, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI.
(Inherited from WebClient.)
Public method UploadValues(String, String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method.
(Inherited from WebClient.)
Public method UploadValues(Uri, String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI, using the specified method.
(Inherited from WebClient.)
Public method UploadValuesAsync(Uri, NameValueCollection)
Uploads the data in the specified name/value collection to the resource identified by the specified URI. This method does not block the calling thread.
(Inherited from WebClient.)
Public method UploadValuesAsync(Uri, String, NameValueCollection)
Uploads the data in the specified name/value collection to the resource identified by the specified URI, using the specified method. This method does not block the calling thread.
(Inherited from WebClient.)
Public method UploadValuesAsync(Uri, String, NameValueCollection, Object)
Uploads the data in the specified name/value collection to the resource identified by the specified URI, using the specified method. This method does not block the calling thread, and allows the caller to pass an object to the method that is invoked when the operation completes.
(Inherited from WebClient.)
Public method UploadValuesTaskAsync(String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadValuesTaskAsync(Uri, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadValuesTaskAsync(String, String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public method UploadValuesTaskAsync(Uri, String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI as an asynchronous operation using a task object.
(Inherited from WebClient.)
Top
See Also