3 references to HttpHeadersNonValidated
System.Net.Http (2)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (2)
621
public System.Net.Http.Headers.
HttpHeadersNonValidated
NonValidated { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
644
public System.Net.Http.Headers.
HttpHeadersNonValidated
.Enumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
System.Net.WebSockets.Client (1)
System\Net\WebSockets\HttpResponseHeadersReadOnlyCollection.cs (1)
13
private readonly
HttpHeadersNonValidated
_headers;