5 references to NameValueWithParametersHeaderValue
netstandard (1)
netstandard.cs (1)
1111
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.
NameValueWithParametersHeaderValue
))]
System.Net.Http (4)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (4)
689
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.
NameValueWithParametersHeaderValue
> Expect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
778
protected NameValueWithParametersHeaderValue(System.Net.Http.Headers.
NameValueWithParametersHeaderValue
source) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
784
public static new System.Net.Http.Headers.
NameValueWithParametersHeaderValue
Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
787
public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.
NameValueWithParametersHeaderValue
? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }