1 type derived from TransferCodingHeaderValue
System.Net.Http (1)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (1)
892public sealed partial class TransferCodingWithQualityHeaderValue : System.Net.Http.Headers.TransferCodingHeaderValue, System.ICloneable
2 instantiations of TransferCodingHeaderValue
Microsoft.Extensions.Http.Diagnostics.Tests (2)
Logging\HttpClientLoggerTest.cs (2)
609httpResponseMessage.Headers.TransferEncoding.Add(new("compress")); 879httpResponseMessage.Headers.TransferEncoding.Add(new("chunked"));
8 references to TransferCodingHeaderValue
netstandard (1)
netstandard.cs (1)
1119[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.TransferCodingHeaderValue))]
System.Net.Http (7)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (7)
706public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingHeaderValue> TransferEncoding { 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); } } 881protected TransferCodingHeaderValue(System.Net.Http.Headers.TransferCodingHeaderValue source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 887public static System.Net.Http.Headers.TransferCodingHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 890public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.TransferCodingHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 894public TransferCodingWithQualityHeaderValue(string value) : base (default(System.Net.Http.Headers.TransferCodingHeaderValue)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 895public TransferCodingWithQualityHeaderValue(string value, double quality) : base (default(System.Net.Http.Headers.TransferCodingHeaderValue)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }