Content<T> doesn't make sense because non of the serializers take a stream as input.
However we can consider adding a StreamContent method on ApiController
You can see the need for this feature in the ContentControllerSample on aspnet.codeplex.com where we're attempting to returned streamed content.
However we can consider adding a StreamContent method on ApiController
You can see the need for this feature in the ContentControllerSample on aspnet.codeplex.com where we're attempting to returned streamed content.