Click or drag to resize

StiWebClientEx Class

[Missing <summary> documentation for "T:Stimulsoft.Base.StiWebClientEx"]

Inheritance Hierarchy

Namespace:  Stimulsoft.Base
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public class StiWebClientEx : WebClient

The StiWebClientEx type exposes the following members.

Constructors
  NameDescription
Public methodStiWebClientEx
Initializes a new instance of the StiWebClientEx class
Top
Properties
  NameDescription
Public propertyBaseAddress
Gets or sets the base URI for requests made by a WebClient.
(Inherited from WebClient.)
Public propertyCachePolicy
Gets or sets the application's cache policy for any resources obtained by this WebClient instance using WebRequest objects.
(Inherited from WebClient.)
Protected propertyCanRaiseEvents
Gets a value indicating whether the component can raise an event.
(Inherited from Component.)
Public propertyContainer
Gets the IContainer that contains the Component.
(Inherited from Component.)
Public propertyCookieContainer
Public propertyCredentials
Gets or sets the network credentials that are sent to the host and used to authenticate the request.
(Inherited from WebClient.)
Protected propertyDesignMode
Gets a value that indicates whether the Component is currently in design mode.
(Inherited from Component.)
Public propertyEncoding
Gets and sets the Encoding used to upload and download strings.
(Inherited from WebClient.)
Protected propertyEvents
Gets the list of event handlers that are attached to this Component.
(Inherited from Component.)
Public propertyHeaders
Gets or sets a collection of header name/value pairs associated with the request.
(Inherited from WebClient.)
Public propertyIsBusy
Gets whether a Web request is in progress.
(Inherited from WebClient.)
Public propertyProxy
Gets or sets the proxy used by this WebClient object.
(Inherited from WebClient.)
Public propertyQueryString
Gets or sets a collection of query name/value pairs associated with the request.
(Inherited from WebClient.)
Public propertyResponseHeaders
Gets a collection of header name/value pairs associated with the response.
(Inherited from WebClient.)
Public propertySite
Gets or sets the ISite of the Component.
(Inherited from Component.)
Public propertyUseDefaultCredentials
Gets or sets a Boolean value that controls whether the DefaultCredentials are sent with requests.
(Inherited from WebClient.)
Top
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
Events
  NameDescription
Public eventDisposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public eventDownloadDataCompleted
Occurs when an asynchronous data download operation completes.
(Inherited from WebClient.)
Public eventDownloadFileCompleted
Occurs when an asynchronous file download operation completes.
(Inherited from WebClient.)
Public eventDownloadProgressChanged
Occurs when an asynchronous download operation successfully transfers some or all of the data.
(Inherited from WebClient.)
Public eventDownloadStringCompleted
Occurs when an asynchronous resource-download operation completes.
(Inherited from WebClient.)
Public eventOpenReadCompleted
Occurs when an asynchronous operation to open a stream containing a resource completes.
(Inherited from WebClient.)
Public eventOpenWriteCompleted
Occurs when an asynchronous operation to open a stream to write data to a resource completes.
(Inherited from WebClient.)
Public eventUploadDataCompleted
Occurs when an asynchronous data-upload operation completes.
(Inherited from WebClient.)
Public eventUploadFileCompleted
Occurs when an asynchronous file-upload operation completes.
(Inherited from WebClient.)
Public eventUploadProgressChanged
Occurs when an asynchronous upload operation successfully transfers some or all of the data.
(Inherited from WebClient.)
Public eventUploadStringCompleted
Occurs when an asynchronous string-upload operation completes.
(Inherited from WebClient.)
Public eventUploadValuesCompleted
Occurs when an asynchronous upload of a name/value collection completes.
(Inherited from WebClient.)
Top
See Also