Contains Method

HttpServer.dll

Returns true if the container contains the requested parameter

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

Syntax

C#
bool Contains(
	string name
)
Visual Basic (Declaration)
Function Contains ( _
	name As String _
) As Boolean
Visual C++
bool Contains(
	String^ name
)

Parameters

name
Type: System..::.String
Parameter id

Return Value

True if parameter exists

See Also