Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (27 loc) · 1.14 KB

File metadata and controls

44 lines (27 loc) · 1.14 KB

WebHeaderCollectionUtility.Add method (1 of 3)

Adds headers to an existing header collection.

public static void Add(this WebHeaderCollection headers, WebHeaderCollection additionalHeaders)

See Also


WebHeaderCollectionUtility.Add method (2 of 3)

Adds a header to an existing header collection.

public static void Add(this WebHeaderCollection headers, HttpRequestHeader header, string value)

See Also


WebHeaderCollectionUtility.Add method (3 of 3)

Adds a header to an existing header collection.

public static void Add(this WebHeaderCollection headers, string name, string value)

See Also