HttpHeaders.AddWithoutValidation Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Inserts a new header and its values into the HttpHeaders collection without validating the provided information.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method AddWithoutValidation(String, IEnumerable<String>) Adds the specified header and its values into the HttpHeaders collection without validating the provided information.
Public method AddWithoutValidation(String, String) Adds the specified header and its the value into the HttpHeaders collection without validating the provided information.

Top

See Also

Reference

HttpHeaders Class

System.Net.Http.Headers Namespace