5 references to WarningHeaderValue
netstandard (1)
netstandard.cs (1)
1122
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.
WarningHeaderValue
))]
System.Net.Http (4)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (4)
711
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.
WarningHeaderValue
> Warning { 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); } }
927
public static System.Net.Http.Headers.
WarningHeaderValue
Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
930
public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.
WarningHeaderValue
? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }