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!

HttpPostedFile.InputStream

Provides raw access to contents of an uploaded file.

[Visual Basic]
Overridable Public ReadOnly Property InputStream As Stream
[C#]
public Stream InputStream {virtual get;}
[C++]
public: __property virtual Stream* get_InputStream();
[JScript]
public function get InputStream() : Stream;

See Also

HttpPostedFile Class | HttpPostedFile Members | System.Web Namespace