3 references to HttpHeadersNonValidated
System.Net.Http (2)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (2)
621public System.Net.Http.Headers.HttpHeadersNonValidated NonValidated { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 644public 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)
13private readonly HttpHeadersNonValidated _headers;