views:

15

answers:

0

Hi, I have a 3-rd party REST domain that requires doing HTTP multipart POST requests in order to create/update resources. Moreover, getting resource representation is done by a GET request where the response is expected to be a multipart HTTP (the multipart HTTP messages are used for 2 main purposes: 1 - attaching binary files to the resources representation, 2 - performing batch operations - each part in the multipart message is a sub-task of a composite task.

My question is: is there a .Net client library that supports both posting HTTP multipart requests and getting HTTP multipart responses?