1 type derived from TransferCodingHeaderValue
System.Net.Http (1)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (1)
892
public 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)
609
httpResponseMessage.Headers.TransferEncoding.Add(
new
("compress"));
879
httpResponseMessage.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)
706
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.
TransferCodingHeaderValue
> TransferEncoding { 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); } }
881
protected TransferCodingHeaderValue(System.Net.Http.Headers.
TransferCodingHeaderValue
source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
887
public static System.Net.Http.Headers.
TransferCodingHeaderValue
Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
890
public 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); }
894
public TransferCodingWithQualityHeaderValue(string value) : base (default(System.Net.Http.Headers.
TransferCodingHeaderValue
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
895
public TransferCodingWithQualityHeaderValue(string value, double quality) : base (default(System.Net.Http.Headers.
TransferCodingHeaderValue
)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }