Gets or sets the additional headers.
public WebHeaderCollection? AdditionalHeaders { get; set; }
A collection of additional headers to include in the request.
Use this property to specify headers that are not already exposed by other properties on the request.