Ejemplo n.º 1
0
 public void Add(HttpHeader header) => this.Set(header.Name, header.Value);
Ejemplo n.º 2
0
 public static HttpHeaders LoadFromLines(IEnumerable <string> lines) => new HttpHeaders(lines.Select((singleLine) => HttpHeader.LoadFromLine(singleLine)));