Retrieves the number of files added to the HttpForm
Namespace:
HttpServerAssembly: HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public IList<HttpFile> Files { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Files As IList(Of HttpFile) |
| Visual C++ |
|---|
public: property IList<HttpFile^>^ Files { IList<HttpFile^>^ get (); } |