Windward Engine API Reference
Request Method
See Also  Send comments on this topic.
WindwardReportsDrivers.net.windward.AccessProviders.protocols Namespace > HttpAccessProvider Class : Request Method




url
The url to read. Can be full or added to base defined in the connection.
credentials
The credentials for the read. Can be null (for anonymous).
headers
All http header values to set, including accept and content-type.
allProps

Glossary Item Box

Used to do the actual request by ConnectionHttp.

Syntax

Visual Basic (Declaration) 
Public MustOverride Function Request( _
   ByVal url As String, _
   ByVal credentials As NetworkCredential, _
   ByVal headers As IDictionary(Of String,String), _
   ByVal allProps As Dictionary(Of String,String) _
) As HttpAccessProvider.ResponseHttp
Visual Basic (Usage)Copy Code
Dim instance As HttpAccessProvider
Dim url As String
Dim credentials As NetworkCredential
Dim headers As IDictionary(Of String,String)
Dim allProps As Dictionary(Of String,String)
Dim value As HttpAccessProvider.ResponseHttp
 
value = instance.Request(url, credentials, headers, allProps)

Parameters

url
The url to read. Can be full or added to base defined in the connection.
credentials
The credentials for the read. Can be null (for anonymous).
headers
All http header values to set, including accept and content-type.
allProps

Return Value

The response to this request.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family

See Also

© 2019 All Rights Reserved.