29 references to HttpHeaderValueCollection
netstandard (1)
netstandard.cs (1)
1105
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.
HttpHeaderValueCollection
<>))]
System.Net.Http (28)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (28)
680
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.MediaTypeWithQualityHeaderValue> Accept { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
681
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptCharset { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
682
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
683
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptLanguage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
686
public System.Net.Http.Headers.
HttpHeaderValueCollection
<string> Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
689
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.NameValueWithParametersHeaderValue> Expect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
693
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.EntityTagHeaderValue> IfMatch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
695
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.EntityTagHeaderValue> IfNoneMatch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
699
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.NameValueHeaderValue> Pragma { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
704
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.TransferCodingWithQualityHeaderValue> TE { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
705
public System.Net.Http.Headers.
HttpHeaderValueCollection
<string> Trailer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
706
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.TransferCodingHeaderValue> TransferEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
708
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.ProductHeaderValue> Upgrade { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
709
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.ProductInfoHeaderValue> UserAgent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
710
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.ViaHeaderValue> Via { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
711
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.WarningHeaderValue> Warning { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
716
public System.Net.Http.Headers.
HttpHeaderValueCollection
<string> AcceptRanges { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
719
public System.Net.Http.Headers.
HttpHeaderValueCollection
<string> Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
724
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.NameValueHeaderValue> Pragma { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
725
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.AuthenticationHeaderValue> ProxyAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
727
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.ProductInfoHeaderValue> Server { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
728
public System.Net.Http.Headers.
HttpHeaderValueCollection
<string> Trailer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
729
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.TransferCodingHeaderValue> TransferEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
731
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.ProductHeaderValue> Upgrade { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
732
public System.Net.Http.Headers.
HttpHeaderValueCollection
<string> Vary { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
733
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.ViaHeaderValue> Via { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
734
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.WarningHeaderValue> Warning { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
735
public System.Net.Http.Headers.
HttpHeaderValueCollection
<System.Net.Http.Headers.AuthenticationHeaderValue> WwwAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }