I have been using AddParameter to include XML bodies in my HTTP requests:
AddParameter
request.AddParameter(contentType, body, ParameterType.RequestBody); >
There have been some modifications made in the latest version that allow a single file to be used without creating a multipart form request. Here is a gist that shows and example:
https://gist.github.com/hallem/5faaa6bebde50641e928