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.Files

Gets the collection of client-uploaded files (Multipart MIME format).

[Visual Basic]
Public ReadOnly Property Files As HttpFileCollection
[C#]
public HttpFileCollection Files {get;}
[C++]
public: __property HttpFileCollection* get_Files();
[JScript]
public function get Files() : HttpFileCollection;

Property Value

A managed reference to an HttpFileCollection object representing a collection of client-uploaded files.

Remarks

The File Collection is populated only when the Http Request Content Type is "multipart/form-date.

See Also

HttpRequest Class | HttpRequest Members | System.Web Namespace