Метод | Описание | |
---|---|---|
DownloadStringTaskAsync ( this webClient, |
Asynchronously downloads the resource as a String from the URI specified.
|
|
DownloadStringTaskAsync ( this webClient, |
Asynchronously downloads the resource as a String from the URI specified, and monitors cancellation requests.
|
|
DownloadStringTaskAsync ( this webClient, |
Asynchronously downloads the resource as a String from the URI specified, and monitors cancellation requests, and reports progress.
|
|
DownloadStringTaskAsync ( this webClient, |
Asynchronously downloads the resource as a String from the URI specified, and reports progress.
|
|
DownloadStringTaskAsync ( this webClient, |
Asynchronously downloads the resource as a String from the URI specified, and monitors cancellation requests, and reports progress.
|
|
DownloadStringTaskAsync ( this webClient, |
Asynchronously downloads the resource as a String from the URI specified, and monitors cancellation requests.
|
|
DownloadStringTaskAsync ( this webClient, |
Asynchronously downloads the resource as a String from the URI specified, and monitors cancellation requests, and reports progress.
|
|
DownloadStringTaskAsync ( this webClient, |
Asynchronously downloads the resource as a String from the URI specified, and reports progress.
|
|
OpenReadTaskAsync ( this webClient, |
Opens a readable stream containing the specified resource as an asynchronous operation using a task object.
|
|
OpenReadTaskAsync ( this webClient, |
Opens a readable stream containing the specified resource as an asynchronous operation using a task object, and monitors cancellation requests.
|
|
OpenReadTaskAsync ( this webClient, |
Opens a readable stream containing the specified resource as an asynchronous operation using a task object.
|
|
OpenReadTaskAsync ( this webClient, |
Opens a readable stream containing the specified resource as an asynchronous operation using a task object, and monitors cancellation requests.
|
|
OpenWriteTaskAsync ( this webClient, |
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
|
|
OpenWriteTaskAsync ( this webClient, |
Opens a stream for writing data to the specified resource as an asynchronous operation using a task object.
|
|
OpenWriteTaskAsync ( this webClient, |
Opens a stream for writing data to the specified resource, using the specified method, as an asynchronous operation using a task object.
|
|
OpenWriteTaskAsync ( this webClient, |
Opens a stream for writing data to the specified resource, using the specified method, as an asynchronous operation using a task object.
|
|
UploadStringTaskAsync ( this webClient, |
|
|
UploadStringTaskAsync ( this webClient, |
|
|
UploadStringTaskAsync ( this webClient, |
|
|
UploadStringTaskAsync ( this webClient, |
|
|
UploadStringTaskAsync ( this webClient, |
Uploads the specified string to the specified resource, using the specified model
|
|
UploadStringTaskAsync ( this webClient, |
|
|
UploadStringTaskAsync ( this webClient, |
|
|
UploadStringTaskAsync ( this webClient, |
|
|
UploadStringTaskAsync ( this webClient, |
|
|
UploadStringTaskAsync ( this webClient, |
|
|
UploadStringTaskAsync ( this webClient, |
|
|
UploadStringTaskAsync ( this webClient, |
|
public static DownloadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to download. | |
Результат | Task |
public static DownloadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to download. | |
token | The token to monitor for cancellation requests. The default value is None. | |
Результат | Task |
public static DownloadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to download. | |
token | The token to monitor for cancellation requests. The default value is None. | |
progress | IProgress |
An object that receives progress updates. |
Результат | Task |
public static DownloadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to download. | |
progress | IProgress |
An object that receives progress updates. |
Результат | Task |
public static DownloadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to download. | |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
Результат | object>>.Task |
public static DownloadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to download. | |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
token | The token to monitor for cancellation requests. The default value is None. | |
Результат | object>>.Task |
public static DownloadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to download. | |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
token | The token to monitor for cancellation requests. The default value is None. | |
progress | IProgress |
An object that receives progress updates. |
Результат | object>>.Task |
public static DownloadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to download. | |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
progress | IProgress |
An object that receives progress updates. |
Результат | object>>.Task |
public static OpenReadTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to retrieve. | |
Результат | Task |
public static OpenReadTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to retrieve. | |
token | The token to monitor for cancellation requests. The default value is None. | |
Результат | Task |
public static OpenReadTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to retrieve. | |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
Результат | object>>.Task |
public static OpenReadTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to retrieve. | |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
token | The token to monitor for cancellation requests. The default value is None. | |
Результат | object>>.Task |
public static OpenWriteTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to receive the data. | |
Результат | Task |
public static OpenWriteTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to receive the data. | |
token | The token to monitor for cancellation requests. The default value is None. | |
Результат | Task |
public static OpenWriteTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to receive the data. | |
method | string | The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp. |
token | The token to monitor for cancellation requests. The default value is None. | |
Результат | Task |
public static OpenWriteTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | The URI of the resource to receive the data. | |
method | string | The method used to send the data to the resource. If null, the default is POST for http and STOR for ftp. |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
token | The token to monitor for cancellation requests. The default value is None. | |
Результат | object>>.Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
method | string | |
data | string | |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
Результат | object>>.Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
method | string | |
data | string | |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
token | The token to monitor for cancellation requests. The default value is None. | |
Результат | object>>.Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
method | string | |
data | string | |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
token | The token to monitor for cancellation requests. The default value is None. | |
progress | IProgress |
An object that receives progress updates. |
Результат | object>>.Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
method | string | |
data | string | |
userToken | object | A user-defined object that is passed to the method invoked when the asynchronous operation completes. |
progress | IProgress |
An object that receives progress updates. |
Результат | object>>.Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
data | string | |
Результат | Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
data | string | |
token | The token to monitor for cancellation requests. The default value is None. | |
Результат | Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
data | string | |
token | The token to monitor for cancellation requests. The default value is None. | |
progress | IProgress |
An object that receives progress updates. |
Результат | Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
data | string | |
progress | IProgress |
An object that receives progress updates. |
Результат | Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
method | string | |
data | string | |
Результат | Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
method | string | |
data | string | |
token | The token to monitor for cancellation requests. The default value is None. | |
Результат | Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
method | string | |
data | string | |
token | The token to monitor for cancellation requests. The default value is None. | |
progress | IProgress |
An object that receives progress updates. |
Результат | Task |
public static UploadStringTaskAsync ( this webClient, |
||
webClient | this | The WebClient which will be used to dowload. |
address | ||
method | string | |
data | string | |
progress | IProgress |
An object that receives progress updates. |
Результат | Task |