HttpInput Class

HttpServer.dll

Contains some kind of input from the browser/client. can be QueryString, form data or any other request body content.

Namespace:  HttpServer
Assembly:  HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class HttpInput : HttpInputBase, IEnumerable<HttpInputItem>, 
	IEnumerable
Visual Basic (Declaration)
Public Class HttpInput _
	Implements HttpInputBase, IEnumerable(Of HttpInputItem),  _
	IEnumerable
Visual C++
public ref class HttpInput : HttpInputBase, 
	IEnumerable<HttpInputItem^>, IEnumerable

Inheritance Hierarchy

System..::.Object
  HttpServer..::.HttpInput
    HttpServer..::.HttpForm

See Also