For unit testing you often need to setup a full HttpRequestMessage so that conneg can be run in the API controller action. We have Get* extension methods for the properties hanging off of HttpRequestMessage.Properties but we don't hvae Set* methods. We should add the Set* methods.
Comments: Sorry, meant to say that making it internal would be a breaking change. Obsolete should be fine though.
Comments: Sorry, meant to say that making it internal would be a breaking change. Obsolete should be fine though.