WebServiceRequestSettings.DefaultHeaders property

Gets or sets the default headers.

public WebHeaderCollection? DefaultHeaders { get; set; }

Property Value

A collection of additional headers to include in every request.

Remarks

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

See Also