BuildingRequestEventArgs.Headers Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)