Share via


BdcSoapHttpClientProtocol.BdcHttpCustomHeaderCollection Property

Gets the HTTP header name and value.

Namespace:  Microsoft.BusinessData.SystemSpecific
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public ReadOnly Property BdcHttpCustomHeaderCollection As IDictionary(Of String, SecureString)
    Get
'Usage
Dim instance As BdcSoapHttpClientProtocol
Dim value As IDictionary(Of String, SecureString)

value = instance.BdcHttpCustomHeaderCollection
public IDictionary<string, SecureString> BdcHttpCustomHeaderCollection { get; }

Property Value

Type: System.Collections.Generic.IDictionary<String, SecureString>
The HTTP header name and value.

Remarks

BdcSoapHttpClientProtocol overrides the SoapHttpClientProtocol.GetWebRequest method. In the override, BdcSoapHttpClientProtcol adds the HTTP headers supplied in this property to the Web request.

See Also

Reference

BdcSoapHttpClientProtocol Class

BdcSoapHttpClientProtocol Members

Microsoft.BusinessData.SystemSpecific Namespace