1 instantiation of HttpHeadersNonValidated
System.Net.Http (1)
System\Net\Http\Headers\HttpHeaders.cs (1)
75
public HttpHeadersNonValidated NonValidated => new
HttpHeadersNonValidated
(this);
5 references to HttpHeadersNonValidated
System.Net.Http (4)
System\Net\Http\Headers\HttpHeaders.cs (1)
75
public
HttpHeadersNonValidated
NonValidated => new HttpHeadersNonValidated(this);
System\Net\Http\Headers\HttpHeadersNonValidated.cs (3)
83
/// <summary>Gets an enumerator that iterates through the <see cref="
HttpHeadersNonValidated
"/>.</summary>
84
/// <returns>An enumerator that iterates through the <see cref="
HttpHeadersNonValidated
"/>.</returns>
120
/// <summary>Enumerates the elements of a <see cref="
HttpHeadersNonValidated
"/>.</summary>
System.Net.WebSockets.Client (1)
System\Net\WebSockets\HttpResponseHeadersReadOnlyCollection.cs (1)
13
private readonly
HttpHeadersNonValidated
_headers;