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