Click or drag to resize

StiWebClientEx Methods

The StiWebClientEx type exposes the following members.

Methods
  NameDescription
Public methodCancelAsync
Cancels a pending asynchronous operation.
(Inherited from WebClient.)
Public methodCreateObjRef
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 methodDispose
Releases all resources used by the Component.
(Inherited from Component.)
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
(Inherited from Component.)
Public methodDownloadData(String)
Downloads the resource as a Byte array from the URI specified.
(Inherited from WebClient.)
Public methodDownloadData(Uri)
Downloads the resource as a Byte array from the URI specified.
(Inherited from WebClient.)
Public methodDownloadDataAsync(Uri)
Downloads the resource as a Byte array from the URI specified as an asynchronous operation.
(Inherited from WebClient.)
Public methodDownloadDataAsync(Uri, Object)
Downloads the resource as a Byte array from the URI specified as an asynchronous operation.
(Inherited from WebClient.)
Public methodDownloadDataTaskAsync(String)
Downloads the resource as a Byte array from the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodDownloadDataTaskAsync(Uri)
Downloads the resource as a Byte array from the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodDownloadFile(String, String)
Downloads the resource with the specified URI to a local file.
(Inherited from WebClient.)
Public methodDownloadFile(Uri, String)
Downloads the resource with the specified URI to a local file.
(Inherited from WebClient.)
Public methodDownloadFileAsync(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 methodDownloadFileAsync(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 methodDownloadFileTaskAsync(String, String)
Downloads the specified resource to a local file as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodDownloadFileTaskAsync(Uri, String)
Downloads the specified resource to a local file as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodDownloadString(String)
Downloads the requested resource as a String. The resource to download is specified as a String containing the URI.
(Inherited from WebClient.)
Public methodDownloadString(Uri)
Downloads the requested resource as a String. The resource to download is specified as a Uri.
(Inherited from WebClient.)
Public methodDownloadStringAsync(Uri)
Downloads the resource specified as a Uri. This method does not block the calling thread.
(Inherited from WebClient.)
Public methodDownloadStringAsync(Uri, Object)
Downloads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public methodDownloadStringTaskAsync(String)
Downloads the resource as a String from the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodDownloadStringTaskAsync(Uri)
Downloads the resource as a String from the URI specified as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetService
Returns an object that represents a service provided by the Component or by its Container.
(Inherited from Component.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetWebRequest (Overrides WebClientGetWebRequest(Uri).)
Protected methodGetWebResponse(WebRequest)
Returns the WebResponse for the specified WebRequest.
(Inherited from WebClient.)
Protected methodGetWebResponse(WebRequest, IAsyncResult)
Returns the WebResponse for the specified WebRequest using the specified IAsyncResult.
(Inherited from WebClient.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Protected methodOnDownloadDataCompleted
Raises the DownloadDataCompleted event.
(Inherited from WebClient.)
Protected methodOnDownloadFileCompleted
Raises the DownloadFileCompleted event.
(Inherited from WebClient.)
Protected methodOnDownloadProgressChanged
Raises the DownloadProgressChanged event.
(Inherited from WebClient.)
Protected methodOnDownloadStringCompleted
Raises the DownloadStringCompleted event.
(Inherited from WebClient.)
Protected methodOnOpenReadCompleted
Raises the OpenReadCompleted event.
(Inherited from WebClient.)
Protected methodOnOpenWriteCompleted
Raises the OpenWriteCompleted event.
(Inherited from WebClient.)
Protected methodOnUploadDataCompleted
Raises the UploadDataCompleted event.
(Inherited from WebClient.)
Protected methodOnUploadFileCompleted
Raises the UploadFileCompleted event.
(Inherited from WebClient.)
Protected methodOnUploadProgressChanged
Raises the UploadProgressChanged event.
(Inherited from WebClient.)
Protected methodOnUploadStringCompleted
Raises the UploadStringCompleted event.
(Inherited from WebClient.)
Protected methodOnUploadValuesCompleted
Raises the UploadValuesCompleted event.
(Inherited from WebClient.)
Public methodOpenRead(String)
Opens a readable stream for the data downloaded from a resource with the URI specified as a String.
(Inherited from WebClient.)
Public methodOpenRead(Uri)
Opens a readable stream for the data downloaded from a resource with the URI specified as a Uri
(Inherited from WebClient.)
Public methodOpenReadAsync(Uri)
Opens a readable stream containing the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public methodOpenReadAsync(Uri, Object)
Opens a readable stream containing the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public methodOpenReadTaskAsync(String)
Opens a readable stream containing the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodOpenReadTaskAsync(Uri)
Opens a readable stream containing the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodOpenWrite(String)
Opens a stream for writing data to the specified resource.
(Inherited from WebClient.)
Public methodOpenWrite(Uri)
Opens a stream for writing data to the specified resource.
(Inherited from WebClient.)
Public methodOpenWrite(String, String)
Opens a stream for writing data to the specified resource, using the specified method.
(Inherited from WebClient.)
Public methodOpenWrite(Uri, String)
Opens a stream for writing data to the specified resource, by using the specified method.
(Inherited from WebClient.)
Public methodOpenWriteAsync(Uri)
Opens a stream for writing data to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public methodOpenWriteAsync(Uri, String)
Opens a stream for writing data to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public methodOpenWriteAsync(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 methodOpenWriteTaskAsync(String)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodOpenWriteTaskAsync(Uri)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodOpenWriteTaskAsync(String, String)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodOpenWriteTaskAsync(Uri, String)
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodToString
Returns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from Component.)
Public methodUploadData(String, Byte)
Uploads a data buffer to a resource identified by a URI.
(Inherited from WebClient.)
Public methodUploadData(Uri, Byte)
Uploads a data buffer to a resource identified by a URI.
(Inherited from WebClient.)
Public methodUploadData(String, String, Byte)
Uploads a data buffer to the specified resource, using the specified method.
(Inherited from WebClient.)
Public methodUploadData(Uri, String, Byte)
Uploads a data buffer to the specified resource, using the specified method.
(Inherited from WebClient.)
Public methodUploadDataAsync(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 methodUploadDataAsync(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 methodUploadDataAsync(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 methodUploadDataTaskAsync(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 methodUploadDataTaskAsync(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 methodUploadDataTaskAsync(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 methodUploadDataTaskAsync(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 methodUploadFile(String, String)
Uploads the specified local file to a resource with the specified URI.
(Inherited from WebClient.)
Public methodUploadFile(Uri, String)
Uploads the specified local file to a resource with the specified URI.
(Inherited from WebClient.)
Public methodUploadFile(String, String, String)
Uploads the specified local file to the specified resource, using the specified method.
(Inherited from WebClient.)
Public methodUploadFile(Uri, String, String)
Uploads the specified local file to the specified resource, using the specified method.
(Inherited from WebClient.)
Public methodUploadFileAsync(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 methodUploadFileAsync(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 methodUploadFileAsync(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 methodUploadFileTaskAsync(String, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodUploadFileTaskAsync(Uri, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodUploadFileTaskAsync(String, String, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodUploadFileTaskAsync(Uri, String, String)
Uploads the specified local file to a resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodUploadString(String, String)
Uploads the specified string to the specified resource, using the POST method.
(Inherited from WebClient.)
Public methodUploadString(Uri, String)
Uploads the specified string to the specified resource, using the POST method.
(Inherited from WebClient.)
Public methodUploadString(String, String, String)
Uploads the specified string to the specified resource, using the specified method.
(Inherited from WebClient.)
Public methodUploadString(Uri, String, String)
Uploads the specified string to the specified resource, using the specified method.
(Inherited from WebClient.)
Public methodUploadStringAsync(Uri, String)
Uploads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public methodUploadStringAsync(Uri, String, String)
Uploads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public methodUploadStringAsync(Uri, String, String, Object)
Uploads the specified string to the specified resource. This method does not block the calling thread.
(Inherited from WebClient.)
Public methodUploadStringTaskAsync(String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodUploadStringTaskAsync(Uri, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodUploadStringTaskAsync(String, String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodUploadStringTaskAsync(Uri, String, String)
Uploads the specified string to the specified resource as an asynchronous operation using a task object.
(Inherited from WebClient.)
Public methodUploadValues(String, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI.
(Inherited from WebClient.)
Public methodUploadValues(Uri, NameValueCollection)
Uploads the specified name/value collection to the resource identified by the specified URI.
(Inherited from WebClient.)
Public methodUploadValues(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 methodUploadValues(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 methodUploadValuesAsync(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 methodUploadValuesAsync(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 methodUploadValuesAsync(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 methodUploadValuesTaskAsync(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 methodUploadValuesTaskAsync(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 methodUploadValuesTaskAsync(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 methodUploadValuesTaskAsync(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