The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebClient::UploadDataAsync Method
.NET Framework (current version)
Uploads a data buffer to a resource identified by a URI. This method does not block the calling thread.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() | UploadDataAsync(Uri^, array<Byte>^) | Uploads a data buffer to a resource identified by a URI, using the POST method. This method does not block the calling thread. |
![]() | UploadDataAsync(Uri^, String^, array<Byte>^) | Uploads a data buffer to a resource identified by a URI, using the specified method. This method does not block the calling thread. |
![]() | UploadDataAsync(Uri^, String^, array<Byte>^, Object^) | Uploads a data buffer to a resource identified by a URI, using the specified method and identifying token. |
Show:
