2 references to
System.Net.Http (2)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (2)
894public TransferCodingWithQualityHeaderValue(string value) : base (default(System.Net.Http.Headers.TransferCodingHeaderValue)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 895public TransferCodingWithQualityHeaderValue(string value, double quality) : base (default(System.Net.Http.Headers.TransferCodingHeaderValue)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }