5 references to ViaHeaderValue
netstandard (1)
netstandard.cs (1)
1121
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.
ViaHeaderValue
))]
System.Net.Http (4)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (4)
710
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.
ViaHeaderValue
> Via { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
733
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.
ViaHeaderValue
> Via { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
912
public static System.Net.Http.Headers.
ViaHeaderValue
Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
915
public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.
ViaHeaderValue
? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }