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)
680public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.MediaTypeWithQualityHeaderValue> Accept { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 681public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptCharset { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 682public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 683public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptLanguage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 686public System.Net.Http.Headers.HttpHeaderValueCollection<string> Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 689public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueWithParametersHeaderValue> Expect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 693public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue> IfMatch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 695public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue> IfNoneMatch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 699public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueHeaderValue> Pragma { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 704public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingWithQualityHeaderValue> TE { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 705public System.Net.Http.Headers.HttpHeaderValueCollection<string> Trailer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 706public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingHeaderValue> TransferEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 708public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductHeaderValue> Upgrade { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 709public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductInfoHeaderValue> UserAgent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 710public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ViaHeaderValue> Via { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 711public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.WarningHeaderValue> Warning { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 716public System.Net.Http.Headers.HttpHeaderValueCollection<string> AcceptRanges { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 719public System.Net.Http.Headers.HttpHeaderValueCollection<string> Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 724public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueHeaderValue> Pragma { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 725public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.AuthenticationHeaderValue> ProxyAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 727public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductInfoHeaderValue> Server { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 728public System.Net.Http.Headers.HttpHeaderValueCollection<string> Trailer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 729public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingHeaderValue> TransferEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 731public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductHeaderValue> Upgrade { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 732public System.Net.Http.Headers.HttpHeaderValueCollection<string> Vary { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 733public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ViaHeaderValue> Via { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 734public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.WarningHeaderValue> Warning { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 735public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.AuthenticationHeaderValue> WwwAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }