Overload List

  NameDescription
Public methodSupported by the .NET Compact FrameworkUploadFile(String, String)
Uploads a file to provided URI and returns a response data of the upload operation.
Public methodSupported by the .NET Compact FrameworkUploadFile(Uri, String)
Uploads a data to provided URI and returns a response data of the upload operation.
Public methodSupported by the .NET Compact FrameworkUploadFile(String, String, String)
Uploads a data to provided URI and returns a response data of the upload operation.
Public methodSupported by the .NET Compact FrameworkUploadFile(Uri, String, String)
Uploads a data to provided URI and returns a response data of the upload operation.

See Also