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?
asp.net, php
Is Request.InputStream not enough?
Is there an equivalent method for this in ASP.NET?