WebClient::UploadDataAsync Method

 

Uploads a data buffer to a resource identified by a URI. This method does not block the calling thread.

Namespace:   System.Net
Assembly:  System (in System.dll)

NameDescription
System_CAPS_pubmethodUploadDataAsync(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.

System_CAPS_pubmethodUploadDataAsync(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.

System_CAPS_pubmethodUploadDataAsync(Uri^, String^, array<Byte>^, Object^)

Uploads a data buffer to a resource identified by a URI, using the specified method and identifying token.

Return to top
Show: