WebClient::UploadData Method

 

Uploads a data buffer to a resource with the specified URI.

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

NameDescription
System_CAPS_pubmethodUploadData(String^, array<Byte>^)

Uploads a data buffer to a resource identified by a URI.

System_CAPS_pubmethodUploadData(String^, String^, array<Byte>^)

Uploads a data buffer to the specified resource, using the specified method.

System_CAPS_pubmethodUploadData(Uri^, array<Byte>^)

Uploads a data buffer to a resource identified by a URI.

System_CAPS_pubmethodUploadData(Uri^, String^, array<Byte>^)

Uploads a data buffer to the specified resource, using the specified method.

Return to top
Show: