NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HttpRequest.InputStream

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;

Property Value

A managed NGWS frameworks IO Stream object representing the raw contents of the incoming HTTP content body.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace