Directly request a given URL

Namespace:  HS.Sys.TheEnterprise.Common.Wrecks
Assembly:  Wrecks (in Wrecks.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public string Search(
	string requestURL
)
Visual Basic (Declaration)
Public Function Search ( _
	requestURL As String _
) As String
Visual C++
public:
String^ Search(
	String^ requestURL
)

Parameters

requestURL
Type: System..::.String
Request URL

Return Value

String containing the xml response

See Also