|
private bool IsMatch(IDictionary<string, string> headers, HttpHeaderInfo header)
|
|
private bool IsMatch(IDictionary<string, string> headers, HttpHeaderInfo header)
|
|
if (headers.TryGetValue(header.Name, out value))
|
|
if (headers.TryGetValue(header.Name, out value))
|