Contains some kind of input from the browser/client.
can be QueryString, form data or any other request body content.
Namespace:
HttpServerAssembly: HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public class HttpInput : IHttpInput, IEnumerable<HttpInputItem>, IEnumerable |
| Visual Basic (Declaration) |
|---|
Public Class HttpInput _ Implements IHttpInput, IEnumerable(Of HttpInputItem), _ IEnumerable |
| Visual C++ |
|---|
public ref class HttpInput : IHttpInput, IEnumerable<HttpInputItem^>, IEnumerable |