HttpRequestData.AppendHeaders(HttpHeaders) Method
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.
A utility method that appends headers
to the Headers.
public void AppendHeaders (System.Net.Http.Headers.HttpHeaders headers);
member this.AppendHeaders : System.Net.Http.Headers.HttpHeaders -> unit
Public Sub AppendHeaders (headers As HttpHeaders)
Parameters
- headers
- HttpHeaders
A collection of http request headers.