HttpTransfer PostData iOS only? #761
-
Was looking at uploading files using Shiny.Net.Http and want to send some data along with the file, so I have a reference to the uploaded file. But it looks like the PostData property on the HttpTransferRequest is only used on iOS. Is this correct? Android is using the TransferJob and I would expect the PostData to be added to the content portion of the HttpRequestMessage. shiny/src/Shiny.Net.Http/Infrastructure/TransferJob.cs Lines 100 to 130 in 935eaec |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hmmm seems it was forgotten about probably because I generally just rely on the headers and path for uploads. In any case, it is easy enough to add |
Beta Was this translation helpful? Give feedback.
Hmmm seems it was forgotten about probably because I generally just rely on the headers and path for uploads. In any case, it is easy enough to add