BuildingRequestEventArgs.Headers Property

The headers for this request. Adding new custom headers is supported. Behavior is undefined for changing existing headers or adding system headers. No error checking will be performed against any changes made.

Namespace:  System.Data.Services.Client
Assembly:  Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Headers As IDictionary(Of String, String)
    Get
'Usage
Dim instance As BuildingRequestEventArgs 
Dim value As IDictionary(Of String, String)

value = instance.Headers
public IDictionary<string, string> Headers { get; }
public:
property IDictionary<String^, String^>^ Headers {
    IDictionary<String^, String^>^ get ();
}
member Headers : IDictionary<string, string>
function get Headers () : IDictionary<String, String>

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

See Also

Reference

BuildingRequestEventArgs Class

System.Data.Services.Client Namespace