RESTClient.doUpload

Undocumented in source. Be warned that the author may not have intended to support it.
  1. HTTPClientResponse doUpload(HTTPMethod method, string resource, string[string] queryParameters, InetHeaderMap headers, string[] additionalSignedHeaders, RandomAccessStream payload, ulong blockSize)
  2. HTTPClientResponse doUpload(HTTPMethod method, string resource, string[string] queryParameters, InetHeaderMap headers, string[] additionalSignedHeaders, InputStream payload, ulong payloadSize, ulong blockSize)
    class RESTClient
    HTTPClientResponse
    doUpload
    (
    HTTPMethod method
    ,
    string resource
    ,
    string[string] queryParameters
    ,
    in InetHeaderMap headers
    ,,
    scope InputStream payload
    ,,
    ulong blockSize = 512 * 1024
    )

Meta