Share via


BuildingRequestEventArgs.Headers Property

Definition

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.

public System.Collections.Generic.IDictionary<string,string> Headers { get; }
member this.Headers : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Headers As IDictionary(Of String, String)

Property Value

Applies to