4 references to TransferCodingWithQualityHeaderValue
netstandard (1)
netstandard.cs (1)
1120
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.
TransferCodingWithQualityHeaderValue
))]
System.Net.Http (3)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (3)
704
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.
TransferCodingWithQualityHeaderValue
> TE { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
897
public static new System.Net.Http.Headers.
TransferCodingWithQualityHeaderValue
Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
899
public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.
TransferCodingWithQualityHeaderValue
? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }