Contains Method

HttpServer.dll

Searches for the specified type

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

Syntax

C#
public bool Contains(
	string type
)
Visual Basic (Declaration)
Public Function Contains ( _
	type As String _
) As Boolean
Visual C++
public:
bool Contains(
	String^ type
)

Parameters

type
Type: System..::.String
Can also be a part of a type (searching for "xml" would return true for "application/xml").

Return Value

true if type was found.

See Also