Retrieves the number of files added to the HttpForm

Namespace:  HttpServer
Assembly:  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 ();
}

Return Value

0 if no files are added

See Also