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!

HttpFileCollection Class

Accesses incoming files uploaded by a client (using multipart MIME and the Http Content-Type of multipart/formdata).

Object
   NameObjectCollectionBase
      HttpFileCollection

[Visual Basic]
Public Class HttpFileCollection
   Inherits NameObjectCollectionBase
[C#]
public class HttpFileCollection : NameObjectCollectionBase
[C++]
public __gc class HttpFileCollection : public
   NameObjectCollectionBase
[JScript]
public class HttpFileCollection extends NameObjectCollectionBase

Remarks

[To be supplied.]

Requirements

Namespace: System.Web

Assembly: System.Web.dll

See Also

HttpFileCollection Members | System.Web Namespace