Adds headers to an existing header collection.
public static void Add(this WebHeaderCollection headers, WebHeaderCollection additionalHeaders)
Adds a header to an existing header collection.
public static void Add(this WebHeaderCollection headers, HttpRequestHeader header, string value)
Adds a header to an existing header collection.
public static void Add(this WebHeaderCollection headers, string name, string value)