Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Overrides the base class functionality to add custom HTTP headers. The custom HTTP headers are read from the BdcHttpCustomHeaderCollection property.
Namespace: Microsoft.BusinessData.SystemSpecific
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Protected Overrides Function GetWebRequest ( _
uri As Uri _
) As WebRequest
'Usage
Dim uri As Uri
Dim returnValue As WebRequest
returnValue = Me.GetWebRequest(uri)
protected override WebRequest GetWebRequest(
Uri uri
)
Parameters
uri
Type: System.UriThe URI of the Web service.
Return Value
Type: System.Net.WebRequest
The Web request.
See Also
Reference
BdcSoapHttpClientProtocol Class