







Returns a request parameter
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
HttpInputItem this[ string name ] { get; } |
| Visual Basic (Declaration) |
|---|
ReadOnly Default Property Item ( _ name As String _ ) As HttpInputItem |
| Visual C++ |
|---|
property HttpInputItem^ default[String^ name] { HttpInputItem^ get (String^ name); } |
Parameters
- name
- Type: System..::.String
The name associated with the parameter
