Provides access to the raw contents of the incoming HTTP entity body.
[Visual Basic] Public ReadOnly Property InputStream As Stream [C#] public Stream InputStream {get;} [C++] public: __property Stream* get_InputStream(); [JScript] public function get InputStream() : Stream;
A managed NGWS frameworks IO Stream object representing the raw contents of the incoming HTTP content body.
HttpRequest Class | HttpRequest Members | System.Web Namespace