







Adds a parameter mapped to the presented name
Namespace:
HttpServer
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
void Add( string name, string value ) |
| Visual Basic (Declaration) |
|---|
Sub Add ( _ name As String, _ value As String _ ) |
| Visual C++ |
|---|
void Add( String^ name, String^ value ) |
Parameters
- name
- Type: System..::.String
The name to map the parameter to
- value
- Type: System..::.String
The parameter value
