ASP.Net equivalent of PHP's file_get_contents ( 'php://input' );

asp.net, php

Solution

Is Request.InputStream not enough?

Problem

Is there an equivalent method for this in ASP.NET?

Original source