KratosWebClient Methods |
The KratosWebClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | CancelAsync | Cancels a pending asynchronous operation. (Inherited from WebClient.) |
![]() | 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.) |
![]() | Dispose | Releases all resources used by the Component. (Inherited from Component.) |
![]() | DownloadData(String) | Downloads the resource with the specified URI as a Byte array. (Inherited from WebClient.) |
![]() | DownloadData(Uri) | Downloads the resource with the specified URI as a Byte array. (Inherited from WebClient.) |
![]() | DownloadDataAsync(Uri) | Downloads the specified resource as a Byte array. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | DownloadDataAsync(Uri, Object) | Downloads the specified resource as a Byte array. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | DownloadDataTaskAsync(String) | (Inherited from WebClient.) |
![]() | DownloadDataTaskAsync(Uri) | (Inherited from WebClient.) |
![]() | DownloadFile(String, String) | Downloads the resource with the specified URI to a local file. (Inherited from WebClient.) |
![]() | DownloadFile(Uri, String) | Downloads the resource with the specified URI to a local file. (Inherited from WebClient.) |
![]() | 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.) |
![]() | 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.) |
![]() | DownloadFileTaskAsync(String, String) | (Inherited from WebClient.) |
![]() | DownloadFileTaskAsync(Uri, String) | (Inherited from WebClient.) |
![]() | DownloadString(String) | Downloads the requested resource as a String. The resource to download is specified as a String containing the URI. (Inherited from WebClient.) |
![]() | DownloadString(Uri) | (Inherited from WebClient.) |
![]() | DownloadStringAsync(Uri) | Downloads the resource specified as a Uri. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | DownloadStringAsync(Uri, Object) | Downloads the specified string to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | DownloadStringTaskAsync(String) | (Inherited from WebClient.) |
![]() | DownloadStringTaskAsync(Uri) | (Inherited from WebClient.) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
![]() | isReserved | |
![]() | OpenRead(String) | Opens a readable stream for the data downloaded from a resource with the URI specified as a String. (Inherited from WebClient.) |
![]() | OpenRead(Uri) | Opens a readable stream for the data downloaded from a resource with the URI specified as a Uri (Inherited from WebClient.) |
![]() | OpenReadAsync(Uri) | Opens a readable stream containing the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | OpenReadAsync(Uri, Object) | Opens a readable stream containing the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | OpenReadTaskAsync(String) | (Inherited from WebClient.) |
![]() | OpenReadTaskAsync(Uri) | (Inherited from WebClient.) |
![]() | OpenWrite(String) | Opens a stream for writing data to the specified resource. (Inherited from WebClient.) |
![]() | OpenWrite(Uri) | Opens a stream for writing data to the specified resource. (Inherited from WebClient.) |
![]() | OpenWrite(String, String) | Opens a stream for writing data to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | OpenWrite(Uri, String) | Opens a stream for writing data to the specified resource, by using the specified method. (Inherited from WebClient.) |
![]() | OpenWriteAsync(Uri) | Opens a stream for writing data to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | OpenWriteAsync(Uri, String) | Opens a stream for writing data to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | 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.) |
![]() | OpenWriteTaskAsync(String) | (Inherited from WebClient.) |
![]() | OpenWriteTaskAsync(Uri) | (Inherited from WebClient.) |
![]() | OpenWriteTaskAsync(String, String) | (Inherited from WebClient.) |
![]() | OpenWriteTaskAsync(Uri, String) | (Inherited from WebClient.) |
![]() | reserve | |
![]() | setCtr | |
![]() | setUserAgent | |
![]() | ToString | Returns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from Component.) |
![]() | UploadData(String, Byte) | Uploads a data buffer to a resource identified by a URI. (Inherited from WebClient.) |
![]() | UploadData(Uri, Byte) | Uploads a data buffer to a resource identified by a URI. (Inherited from WebClient.) |
![]() | UploadData(String, String, Byte) | Uploads a data buffer to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | UploadData(Uri, String, Byte) | Uploads a data buffer to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | UploadDataTaskAsync(String, Byte) | (Inherited from WebClient.) |
![]() | UploadDataTaskAsync(Uri, Byte) | (Inherited from WebClient.) |
![]() | UploadDataTaskAsync(String, String, Byte) | (Inherited from WebClient.) |
![]() | UploadDataTaskAsync(Uri, String, Byte) | (Inherited from WebClient.) |
![]() | UploadFile(String, String) | Uploads the specified local file to a resource with the specified URI. (Inherited from WebClient.) |
![]() | UploadFile(Uri, String) | Uploads the specified local file to a resource with the specified URI. (Inherited from WebClient.) |
![]() | UploadFile(String, String, String) | Uploads the specified local file to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | UploadFile(Uri, String, String) | Uploads the specified local file to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | UploadFileTaskAsync(String, String) | (Inherited from WebClient.) |
![]() | UploadFileTaskAsync(Uri, String) | (Inherited from WebClient.) |
![]() | UploadFileTaskAsync(String, String, String) | (Inherited from WebClient.) |
![]() | UploadFileTaskAsync(Uri, String, String) | (Inherited from WebClient.) |
![]() | UploadString(String, String) | Uploads the specified string to the specified resource, using the POST method. (Inherited from WebClient.) |
![]() | UploadString(Uri, String) | Uploads the specified string to the specified resource, using the POST method. (Inherited from WebClient.) |
![]() | UploadString(String, String, String) | Uploads the specified string to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | UploadString(Uri, String, String) | Uploads the specified string to the specified resource, using the specified method. (Inherited from WebClient.) |
![]() | UploadStringAsync(Uri, String) | Uploads the specified string to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadStringAsync(Uri, String, String) | Uploads the specified string to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadStringAsync(Uri, String, String, Object) | Uploads the specified string to the specified resource. This method does not block the calling thread. (Inherited from WebClient.) |
![]() | UploadStringTaskAsync(String, String) | (Inherited from WebClient.) |
![]() | UploadStringTaskAsync(Uri, String) | (Inherited from WebClient.) |
![]() | UploadStringTaskAsync(String, String, String) | (Inherited from WebClient.) |
![]() | UploadStringTaskAsync(Uri, String, String) | (Inherited from WebClient.) |
![]() | UploadValues(String, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI. (Inherited from WebClient.) |
![]() | UploadValues(Uri, NameValueCollection) | Uploads the specified name/value collection to the resource identified by the specified URI. (Inherited from WebClient.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | 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.) |
![]() | UploadValuesTaskAsync(String, NameValueCollection) | (Inherited from WebClient.) |
![]() | UploadValuesTaskAsync(Uri, NameValueCollection) | (Inherited from WebClient.) |
![]() | UploadValuesTaskAsync(String, String, NameValueCollection) | (Inherited from WebClient.) |
![]() | UploadValuesTaskAsync(Uri, String, NameValueCollection) | (Inherited from WebClient.) |