1 instantiation of ProductInfoHeaderValue
Microsoft.DotNet.Helix.Sdk (1)
Helpers.cs (1)
12new ProductInfoHeaderValue(new ProductHeaderValue("HelixSdk", ProductVersion));
7 references to ProductInfoHeaderValue
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
1132_httpRequestMessage.Headers.UserAgent.Add(ProductInfoHeaderValue.Parse(value));
Microsoft.DotNet.Helix.Sdk (1)
Helpers.cs (1)
11public static ProductInfoHeaderValue UserAgentHeaderValue =>
netstandard (1)
netstandard.cs (1)
1113[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.Headers.ProductInfoHeaderValue))]
System.Net.Http (4)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (4)
709public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductInfoHeaderValue> UserAgent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 727public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductInfoHeaderValue> Server { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 811public static System.Net.Http.Headers.ProductInfoHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 814public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.ProductInfoHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }