WebServiceRequestBase.AdditionalHeaders property

Gets or sets the additional headers.

public WebHeaderCollection? AdditionalHeaders { get; set; }

Property Value

A collection of additional headers to include in the request.

Remarks

Use this property to specify headers that are not already exposed by other properties on the request.

See Also