1 instantiation of ProductInfoHeaderValue
Microsoft.DotNet.Helix.Sdk (1)
Helpers.cs (1)
12
new
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)
11
public 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)
709
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.
ProductInfoHeaderValue
> UserAgent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
727
public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.
ProductInfoHeaderValue
> Server { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } }
811
public static System.Net.Http.Headers.
ProductInfoHeaderValue
Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }
814
public 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); }