<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="4.1.0-alpha-120809" />

HttpMessageContent

Derived HttpContent class which can encapsulate an HttpResponseMessage or an HttpRequestMessage as an entity with media type "application/http".

Gets the HTTP request message.

Gets the HTTP response message.

Initializes a new instance of the HttpMessageContent class encapsulating an HttpRequestMessage.

Initializes a new instance of the HttpMessageContent class encapsulating an HttpResponseMessage.