Item Property

HttpServer.dll

Get a sub item

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

Syntax

C#
public HttpInputItem this[
	string name
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	name As String _
) As HttpInputItem
Visual C++
public:
property HttpInputItem^ default[String^ name] {
	HttpInputItem^ get (String^ name);
}

Parameters

name
Type: System..::.String
name in lower case.

Return Value

HttpInputItem.Empty if no item was found.

See Also