775 references to SR
System.Net.Http (775)
artifacts\obj\System.Net.Http\Debug\net10.0\System.Net.Http.notsupported.cs (775)
11public ByteArrayContent(byte[] content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 12public ByteArrayContent(byte[] content, int offset, int count) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 13protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 14protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 15protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 16protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 17protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 18protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 27protected DelegatingHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 28protected DelegatingHandler(System.Net.Http.HttpMessageHandler innerHandler) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 30public System.Net.Http.HttpMessageHandler? InnerHandler { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 32protected internal override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 33protected internal override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 42>> nameValueCollection) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 43protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 48public HttpClient() : base (default(System.Net.Http.HttpMessageHandler)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 49public HttpClient(System.Net.Http.HttpMessageHandler handler) : base (default(System.Net.Http.HttpMessageHandler)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 50public HttpClient(System.Net.Http.HttpMessageHandler handler, bool disposeHandler) : base (default(System.Net.Http.HttpMessageHandler)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 51public System.Uri? BaseAddress { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 52public static System.Net.IWebProxy DefaultProxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 53public System.Net.Http.Headers.HttpRequestHeaders DefaultRequestHeaders { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 54public System.Version DefaultRequestVersion { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 55public System.Net.Http.HttpVersionPolicy DefaultVersionPolicy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 56public long MaxResponseContentBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 57public System.TimeSpan Timeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 58public void CancelPendingRequests() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 59public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> DeleteAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 60public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> DeleteAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 61public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> DeleteAsync(System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 62public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> DeleteAsync(System.Uri? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 64public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 65public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpCompletionOption completionOption) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 66public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 67public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 68public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync(System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 69public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync(System.Uri? requestUri, System.Net.Http.HttpCompletionOption completionOption) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 70public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync(System.Uri? requestUri, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 71public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> GetAsync(System.Uri? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 72public System.Threading.Tasks.Task<byte[]> GetByteArrayAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 73public System.Threading.Tasks.Task<byte[]> GetByteArrayAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 74public System.Threading.Tasks.Task<byte[]> GetByteArrayAsync(System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 75public System.Threading.Tasks.Task<byte[]> GetByteArrayAsync(System.Uri? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 76public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 77public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 78public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync(System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 79public System.Threading.Tasks.Task<System.IO.Stream> GetStreamAsync(System.Uri? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 80public System.Threading.Tasks.Task<string> GetStringAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 81public System.Threading.Tasks.Task<string> GetStringAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 82public System.Threading.Tasks.Task<string> GetStringAsync(System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 83public System.Threading.Tasks.Task<string> GetStringAsync(System.Uri? requestUri, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 84public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 85public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 86public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 87public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PatchAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 88public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 89public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 90public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 91public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PostAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 92public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 93public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutAsync([System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 94public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 95public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> PutAsync(System.Uri? requestUri, System.Net.Http.HttpContent? content, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 97public System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 99public System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 101public System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 103public override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 104public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 105public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 106public System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Net.Http.HttpCompletionOption completionOption, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 107public override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 111public HttpClientHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 112public bool AllowAutoRedirect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 114public System.Net.DecompressionMethods AutomaticDecompression { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 116public bool CheckCertificateRevocationList { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 117public System.Net.Http.ClientCertificateOption ClientCertificateOptions { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 119public System.Security.Cryptography.X509Certificates.X509CertificateCollection ClientCertificates { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 121public System.Net.CookieContainer CookieContainer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 123public System.Net.ICredentials? Credentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 125public static System.Func<System.Net.Http.HttpRequestMessage, System.Security.Cryptography.X509Certificates.X509Certificate2?, System.Security.Cryptography.X509Certificates.X509Chain?, System.Net.Security.SslPolicyErrors, bool> DangerousAcceptAnyServerCertificateValidator { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 127public System.Net.ICredentials? DefaultProxyCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 129public int MaxAutomaticRedirections { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 131public int MaxConnectionsPerServer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 132public long MaxRequestContentBufferSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 134public int MaxResponseHeadersLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 136public System.Diagnostics.Metrics.IMeterFactory? MeterFactory { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 138public bool PreAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 139public System.Collections.Generic.IDictionary<string, object?> Properties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 143public System.Net.IWebProxy? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 145public System.Func<System.Net.Http.HttpRequestMessage, System.Security.Cryptography.X509Certificates.X509Certificate2?, System.Security.Cryptography.X509Certificates.X509Chain?, System.Net.Security.SslPolicyErrors, bool>? ServerCertificateCustomValidationCallback { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 147public System.Security.Authentication.SslProtocols SslProtocols { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 148public virtual bool SupportsAutomaticDecompression { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 149public virtual bool SupportsProxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 150public virtual bool SupportsRedirectConfiguration { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 152public bool UseCookies { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 154public bool UseDefaultCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 156public bool UseProxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 166protected internal override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 167protected internal override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 176protected HttpContent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 177public System.Net.Http.Headers.HttpContentHeaders Headers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 178public void CopyTo(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 179public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 180public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream, System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 181public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 182public System.Threading.Tasks.Task CopyToAsync(System.IO.Stream stream, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 183protected virtual System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 184protected virtual System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 185protected virtual System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 188public System.Threading.Tasks.Task LoadIntoBufferAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 189public System.Threading.Tasks.Task LoadIntoBufferAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 190public System.Threading.Tasks.Task LoadIntoBufferAsync(long maxBufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 191public System.Threading.Tasks.Task LoadIntoBufferAsync(long maxBufferSize, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 192public System.Threading.Tasks.Task<byte[]> ReadAsByteArrayAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 193public System.Threading.Tasks.Task<byte[]> ReadAsByteArrayAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 194public System.IO.Stream ReadAsStream() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 195public System.IO.Stream ReadAsStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 196public System.Threading.Tasks.Task<System.IO.Stream> ReadAsStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 197public System.Threading.Tasks.Task<System.IO.Stream> ReadAsStreamAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 198public System.Threading.Tasks.Task<string> ReadAsStringAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 199public System.Threading.Tasks.Task<string> ReadAsStringAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 200protected virtual void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 202protected virtual System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 207public HttpIOException(System.Net.Http.HttpRequestError httpRequestError, string? message = null, System.Exception? innerException = null) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 208public System.Net.Http.HttpRequestError HttpRequestError { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 209public override string Message { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 218protected HttpMessageHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 221protected internal virtual System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 226public HttpMessageInvoker(System.Net.Http.HttpMessageHandler handler) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 227public HttpMessageInvoker(System.Net.Http.HttpMessageHandler handler, bool disposeHandler) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 231public virtual System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 232public virtual System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 236public HttpMethod(string method) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 237public static System.Net.Http.HttpMethod Connect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 238public static System.Net.Http.HttpMethod Delete { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 239public static System.Net.Http.HttpMethod Get { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 240public static System.Net.Http.HttpMethod Head { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 241public string Method { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 242public static System.Net.Http.HttpMethod Options { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 243public static System.Net.Http.HttpMethod Patch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 244public static System.Net.Http.HttpMethod Post { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 245public static System.Net.Http.HttpMethod Put { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 246public static System.Net.Http.HttpMethod Query { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 247public static System.Net.Http.HttpMethod Trace { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 248public bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] System.Net.Http.HttpMethod? other) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 249public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 250public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 251public static bool operator ==(System.Net.Http.HttpMethod? left, System.Net.Http.HttpMethod? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 252public static bool operator !=(System.Net.Http.HttpMethod? left, System.Net.Http.HttpMethod? right) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 253public static System.Net.Http.HttpMethod Parse(System.ReadOnlySpan<char> method) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 254public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 258public HttpProtocolException(long errorCode, string message, System.Exception? innerException) : base (default(System.Net.Http.HttpRequestError), default(string), default(System.Exception)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 259public long ErrorCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 278public HttpRequestException() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 279public HttpRequestException(System.Net.Http.HttpRequestError httpRequestError, string? message = null, System.Exception? inner = null, System.Net.HttpStatusCode? statusCode = default(System.Net.HttpStatusCode?)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 280public HttpRequestException(string? message) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 281public HttpRequestException(string? message, System.Exception? inner) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 282public HttpRequestException(string? message, System.Exception? inner, System.Net.HttpStatusCode? statusCode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 283public System.Net.Http.HttpRequestError HttpRequestError { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 284public System.Net.HttpStatusCode? StatusCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 288public HttpRequestMessage() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 289public HttpRequestMessage(System.Net.Http.HttpMethod method, [System.Diagnostics.CodeAnalysis.StringSyntaxAttribute("Uri")] string? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 290public HttpRequestMessage(System.Net.Http.HttpMethod method, System.Uri? requestUri) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 291public System.Net.Http.HttpContent? Content { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 292public System.Net.Http.Headers.HttpRequestHeaders Headers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 293public System.Net.Http.HttpMethod Method { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 294public System.Net.Http.HttpRequestOptions Options { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 296public System.Collections.Generic.IDictionary<string, object?> Properties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 297public System.Uri? RequestUri { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 298public System.Version Version { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 299public System.Net.Http.HttpVersionPolicy VersionPolicy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 302public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 306public HttpRequestOptions() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 307int System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 308bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 309object? System.Collections.Generic.IDictionary<string, object?>.this[string key] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 310System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<string, object?>.Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 311System.Collections.Generic.ICollection<object?> System.Collections.Generic.IDictionary<string, object?>.Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 312int System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string, object?>>.Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 313object? System.Collections.Generic.IReadOnlyDictionary<string, object?>.this[string key] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 314System.Collections.Generic.IEnumerable<string> System.Collections.Generic.IReadOnlyDictionary<string, object?>.Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 315System.Collections.Generic.IEnumerable<object?> System.Collections.Generic.IReadOnlyDictionary<string, object?>.Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 316public void Set<TValue>(System.Net.Http.HttpRequestOptionsKey<TValue> key, TValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 317void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.Add(System.Collections.Generic.KeyValuePair<string, object> item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 318void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 319bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.Contains(System.Collections.Generic.KeyValuePair<string, object> item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 320void System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.CopyTo(System.Collections.Generic.KeyValuePair<string, object>[] array, int arrayIndex) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 321bool System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string, object?>>.Remove(System.Collections.Generic.KeyValuePair<string, object> item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 322void System.Collections.Generic.IDictionary<string, object?>.Add(string key, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 323bool System.Collections.Generic.IDictionary<string, object?>.ContainsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 324bool System.Collections.Generic.IDictionary<string, object?>.Remove(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 325bool System.Collections.Generic.IDictionary<string, object?>.TryGetValue(string key, out object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 326System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, object?>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object?>>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 327bool System.Collections.Generic.IReadOnlyDictionary<string, object?>.ContainsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 328bool System.Collections.Generic.IReadOnlyDictionary<string, object?>.TryGetValue(string key, out object value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 329System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 330public bool TryGetValue<TValue>(System.Net.Http.HttpRequestOptionsKey<TValue> key, [System.Diagnostics.CodeAnalysis.MaybeNullWhenAttribute(false)] out TValue value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 336public HttpRequestOptionsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 337public string Key { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 341public HttpResponseMessage() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 342public HttpResponseMessage(System.Net.HttpStatusCode statusCode) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 344public System.Net.Http.HttpContent Content { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 345public System.Net.Http.Headers.HttpResponseHeaders Headers { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 346public bool IsSuccessStatusCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 347public string? ReasonPhrase { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 348public System.Net.Http.HttpRequestMessage? RequestMessage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 349public System.Net.HttpStatusCode StatusCode { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 350public System.Net.Http.Headers.HttpResponseHeaders TrailingHeaders { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 351public System.Version Version { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 354public System.Net.Http.HttpResponseMessage EnsureSuccessStatusCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 355public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 365protected MessageProcessingHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 366protected MessageProcessingHandler(System.Net.Http.HttpMessageHandler innerHandler) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 369protected internal sealed override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 370protected internal sealed override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 374public MultipartContent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 375public MultipartContent(string subtype) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 376public MultipartContent(string subtype, string boundary) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 377public System.Net.Http.HeaderEncodingSelector<System.Net.Http.HttpContent>? HeaderEncodingSelector { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 378public virtual void Add(System.Net.Http.HttpContent content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 379protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 380protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 381protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 383public System.Collections.Generic.IEnumerator<System.Net.Http.HttpContent> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 384protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 385protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 386protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 387System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 388protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 392public MultipartFormDataContent() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 393public MultipartFormDataContent(string boundary) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 394public override void Add(System.Net.Http.HttpContent content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 395public void Add(System.Net.Http.HttpContent content, string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 396public void Add(System.Net.Http.HttpContent content, string name, string fileName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 397protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 401public ReadOnlyMemoryContent(System.ReadOnlyMemory<byte> content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 402protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 403protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 404protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 405protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 406protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 407protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 411internal SocketsHttpConnectionContext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 412public System.Net.DnsEndPoint DnsEndPoint { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 413public System.Net.Http.HttpRequestMessage InitialRequestMessage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 418public SocketsHttpHandler() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 420public System.Diagnostics.DistributedContextPropagator? ActivityHeadersPropagator { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 421public bool AllowAutoRedirect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 422public System.Net.DecompressionMethods AutomaticDecompression { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 423public System.Func<System.Net.Http.SocketsHttpConnectionContext, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<System.IO.Stream>>? ConnectCallback { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 424public System.TimeSpan ConnectTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 426public System.Net.CookieContainer CookieContainer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 427public System.Net.ICredentials? Credentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 428public System.Net.ICredentials? DefaultProxyCredentials { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 429public bool EnableMultipleHttp2Connections { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 430public bool EnableMultipleHttp3Connections { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 431public System.TimeSpan Expect100ContinueTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 432public int InitialHttp2StreamWindowSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 434public static bool IsSupported { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 435public System.TimeSpan KeepAlivePingDelay { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 436public System.Net.Http.HttpKeepAlivePingPolicy KeepAlivePingPolicy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 437public System.TimeSpan KeepAlivePingTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 438public int MaxAutomaticRedirections { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 439public int MaxConnectionsPerServer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 440public int MaxResponseDrainSize { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 441public int MaxResponseHeadersLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 443public System.Diagnostics.Metrics.IMeterFactory? MeterFactory { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 444public System.Func<System.Net.Http.SocketsHttpPlaintextStreamFilterContext, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<System.IO.Stream>>? PlaintextStreamFilter { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 445public System.TimeSpan PooledConnectionIdleTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 446public System.TimeSpan PooledConnectionLifetime { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 447public bool PreAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 448public System.Collections.Generic.IDictionary<string, object?> Properties { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 449public System.Net.IWebProxy? Proxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 450public System.Net.Http.HeaderEncodingSelector<System.Net.Http.HttpRequestMessage>? RequestHeaderEncodingSelector { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 451public System.TimeSpan ResponseDrainTimeout { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 452public System.Net.Http.HeaderEncodingSelector<System.Net.Http.HttpRequestMessage>? ResponseHeaderEncodingSelector { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 454public System.Net.Security.SslClientAuthenticationOptions SslOptions { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 455public bool UseCookies { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 456public bool UseProxy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 458protected internal override System.Net.Http.HttpResponseMessage Send(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 459protected internal override System.Threading.Tasks.Task<System.Net.Http.HttpResponseMessage> SendAsync(System.Net.Http.HttpRequestMessage request, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 463internal SocketsHttpPlaintextStreamFilterContext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 464public System.Net.Http.HttpRequestMessage InitialRequestMessage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 465public System.Version NegotiatedHttpVersion { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 466public System.IO.Stream PlaintextStream { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 470public StreamContent(System.IO.Stream content) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 471public StreamContent(System.IO.Stream content, int bufferSize) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 472protected override System.IO.Stream CreateContentReadStream(System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 473protected override System.Threading.Tasks.Task<System.IO.Stream> CreateContentReadStreamAsync() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 475protected override void SerializeToStream(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 476protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 477protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 478protected internal override bool TryComputeLength(out long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 482public StringContent(string content) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 483public StringContent(string content, System.Net.Http.Headers.MediaTypeHeaderValue? mediaType) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 484public StringContent(string content, System.Text.Encoding? encoding) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 485public StringContent(string content, System.Text.Encoding? encoding, System.Net.Http.Headers.MediaTypeHeaderValue? mediaType) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 486public StringContent(string content, System.Text.Encoding? encoding, string? mediaType) : base (default(byte[])) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 487protected override System.Threading.Tasks.Task SerializeToStreamAsync(System.IO.Stream stream, System.Net.TransportContext? context, System.Threading.CancellationToken cancellationToken) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 494public AuthenticationHeaderValue(string scheme) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 495public AuthenticationHeaderValue(string scheme, string? parameter) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 496public string? Parameter { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 497public string Scheme { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 498public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 499public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 500public static System.Net.Http.Headers.AuthenticationHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 501object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 502public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 503public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.AuthenticationHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 507public CacheControlHeaderValue() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 508public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Extensions { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 509public System.TimeSpan? MaxAge { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 510public bool MaxStale { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 511public System.TimeSpan? MaxStaleLimit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 512public System.TimeSpan? MinFresh { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 513public bool MustRevalidate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 514public bool NoCache { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 515public System.Collections.Generic.ICollection<string> NoCacheHeaders { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 516public bool NoStore { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 517public bool NoTransform { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 518public bool OnlyIfCached { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 519public bool Private { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 520public System.Collections.Generic.ICollection<string> PrivateHeaders { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 521public bool ProxyRevalidate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 522public bool Public { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 523public System.TimeSpan? SharedMaxAge { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 524public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 525public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 526public static System.Net.Http.Headers.CacheControlHeaderValue Parse(string? input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 527object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 528public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 529public static bool TryParse(string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.CacheControlHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 533protected ContentDispositionHeaderValue(System.Net.Http.Headers.ContentDispositionHeaderValue source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 534public ContentDispositionHeaderValue(string dispositionType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 535public System.DateTimeOffset? CreationDate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 536public string DispositionType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 537public string? FileName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 538public string? FileNameStar { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 539public System.DateTimeOffset? ModificationDate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 540public string? Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 541public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Parameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 542public System.DateTimeOffset? ReadDate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 543public long? Size { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 544public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 545public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 546public static System.Net.Http.Headers.ContentDispositionHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 547object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 548public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 549public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.ContentDispositionHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 553public ContentRangeHeaderValue(long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 554public ContentRangeHeaderValue(long from, long to) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 555public ContentRangeHeaderValue(long from, long to, long length) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 556public long? From { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 557public bool HasLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 558public bool HasRange { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 559public long? Length { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 560public long? To { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 561public string Unit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 562public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 563public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 564public static System.Net.Http.Headers.ContentRangeHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 565object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 566public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 567public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.ContentRangeHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 571public EntityTagHeaderValue(string tag) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 572public EntityTagHeaderValue(string tag, bool isWeak) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 573public static System.Net.Http.Headers.EntityTagHeaderValue Any { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 574public bool IsWeak { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 575public string Tag { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 576public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 577public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 578public static System.Net.Http.Headers.EntityTagHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 579object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 580public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 581public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.EntityTagHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 587public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 588public System.Net.Http.Headers.HeaderStringValues.Enumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 589System.Collections.Generic.IEnumerator<string> System.Collections.Generic.IEnumerable<string>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 590System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 591public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 596public string Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 597object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 599public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 600void System.Collections.IEnumerator.Reset() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 605internal HttpContentHeaders() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 606public System.Collections.Generic.ICollection<string> Allow { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 607public System.Net.Http.Headers.ContentDispositionHeaderValue? ContentDisposition { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 608public System.Collections.Generic.ICollection<string> ContentEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 609public System.Collections.Generic.ICollection<string> ContentLanguage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 610public long? ContentLength { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 611public System.Uri? ContentLocation { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 612public byte[]? ContentMD5 { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 613public System.Net.Http.Headers.ContentRangeHeaderValue? ContentRange { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 614public System.Net.Http.Headers.MediaTypeHeaderValue? ContentType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 615public System.DateTimeOffset? Expires { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 616public System.DateTimeOffset? LastModified { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 620protected HttpHeaders() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 621public System.Net.Http.Headers.HttpHeadersNonValidated NonValidated { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 622public void Add(string name, System.Collections.Generic.IEnumerable<string?> values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 623public void Add(string name, string? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 624public void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 625public bool Contains(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 626public System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Collections.Generic.IEnumerable<string>>> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 627public System.Collections.Generic.IEnumerable<string> GetValues(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 628public bool Remove(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 629System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 630public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 631public bool TryAddWithoutValidation(string name, System.Collections.Generic.IEnumerable<string?> values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 632public bool TryAddWithoutValidation(string name, string? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 633public bool TryGetValues(string name, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Collections.Generic.IEnumerable<string>? values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 639public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 640public System.Net.Http.Headers.HeaderStringValues this[string headerName] { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 641System.Collections.Generic.IEnumerable<string> System.Collections.Generic.IReadOnlyDictionary<string, System.Net.Http.Headers.HeaderStringValues>.Keys { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 642System.Collections.Generic.IEnumerable<System.Net.Http.Headers.HeaderStringValues> System.Collections.Generic.IReadOnlyDictionary<string, System.Net.Http.Headers.HeaderStringValues>.Values { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 643public bool Contains(string headerName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 644public System.Net.Http.Headers.HttpHeadersNonValidated.Enumerator GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 645System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<string, System.Net.Http.Headers.HeaderStringValues>> System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, System.Net.Http.Headers.HeaderStringValues>>.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 646bool System.Collections.Generic.IReadOnlyDictionary<string, System.Net.Http.Headers.HeaderStringValues>.ContainsKey(string key) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 647bool System.Collections.Generic.IReadOnlyDictionary<string, System.Net.Http.Headers.HeaderStringValues>.TryGetValue(string key, out System.Net.Http.Headers.HeaderStringValues value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 648System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 649public bool TryGetValues(string headerName, out System.Net.Http.Headers.HeaderStringValues values) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 654public System.Collections.Generic.KeyValuePair<string, System.Net.Http.Headers.HeaderStringValues> Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 655object System.Collections.IEnumerator.Current { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 657public bool MoveNext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 658void System.Collections.IEnumerator.Reset() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 663internal HttpHeaderValueCollection() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 664public int Count { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 665public bool IsReadOnly { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 666public void Add(T item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 667public void Clear() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 668public bool Contains(T item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 669public void CopyTo(T[] array, int arrayIndex) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 670public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 671public void ParseAdd(string? input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 672public bool Remove(T item) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 673System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 674public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 675public bool TryParseAdd(string? input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 679internal HttpRequestHeaders() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 680public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.MediaTypeWithQualityHeaderValue> Accept { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 681public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptCharset { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 682public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 683public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.StringWithQualityHeaderValue> AcceptLanguage { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 684public System.Net.Http.Headers.AuthenticationHeaderValue? Authorization { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 685public System.Net.Http.Headers.CacheControlHeaderValue? CacheControl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 686public System.Net.Http.Headers.HttpHeaderValueCollection<string> Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 687public bool? ConnectionClose { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 688public System.DateTimeOffset? Date { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 689public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueWithParametersHeaderValue> Expect { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 690public bool? ExpectContinue { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 691public string? From { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 692public string? Host { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 693public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue> IfMatch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 694public System.DateTimeOffset? IfModifiedSince { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 695public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.EntityTagHeaderValue> IfNoneMatch { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 696public System.Net.Http.Headers.RangeConditionHeaderValue? IfRange { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 697public System.DateTimeOffset? IfUnmodifiedSince { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 698public int? MaxForwards { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 699public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueHeaderValue> Pragma { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 700public string? Protocol { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 701public System.Net.Http.Headers.AuthenticationHeaderValue? ProxyAuthorization { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 702public System.Net.Http.Headers.RangeHeaderValue? Range { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 703public System.Uri? Referrer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 704public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingWithQualityHeaderValue> TE { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 705public System.Net.Http.Headers.HttpHeaderValueCollection<string> Trailer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 706public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingHeaderValue> TransferEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 707public bool? TransferEncodingChunked { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 708public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductHeaderValue> Upgrade { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 709public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductInfoHeaderValue> UserAgent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 710public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ViaHeaderValue> Via { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 711public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.WarningHeaderValue> Warning { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 715internal HttpResponseHeaders() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 716public System.Net.Http.Headers.HttpHeaderValueCollection<string> AcceptRanges { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 717public System.TimeSpan? Age { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 718public System.Net.Http.Headers.CacheControlHeaderValue? CacheControl { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 719public System.Net.Http.Headers.HttpHeaderValueCollection<string> Connection { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 720public bool? ConnectionClose { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 721public System.DateTimeOffset? Date { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 722public System.Net.Http.Headers.EntityTagHeaderValue? ETag { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 723public System.Uri? Location { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 724public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.NameValueHeaderValue> Pragma { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 725public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.AuthenticationHeaderValue> ProxyAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 726public System.Net.Http.Headers.RetryConditionHeaderValue? RetryAfter { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { 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); } } 728public System.Net.Http.Headers.HttpHeaderValueCollection<string> Trailer { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 729public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.TransferCodingHeaderValue> TransferEncoding { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 730public bool? TransferEncodingChunked { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 731public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ProductHeaderValue> Upgrade { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 732public System.Net.Http.Headers.HttpHeaderValueCollection<string> Vary { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 733public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.ViaHeaderValue> Via { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 734public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.WarningHeaderValue> Warning { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 735public System.Net.Http.Headers.HttpHeaderValueCollection<System.Net.Http.Headers.AuthenticationHeaderValue> WwwAuthenticate { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 739protected MediaTypeHeaderValue(System.Net.Http.Headers.MediaTypeHeaderValue source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 740public MediaTypeHeaderValue(string mediaType) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 741public MediaTypeHeaderValue(string mediaType, string? charSet) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 742public string? CharSet { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 744public string? MediaType { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 745public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Parameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 746public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 747public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 748public static System.Net.Http.Headers.MediaTypeHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 749object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 750public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 751public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.MediaTypeHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 755public MediaTypeWithQualityHeaderValue(string mediaType) : base (default(System.Net.Http.Headers.MediaTypeHeaderValue)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 756public MediaTypeWithQualityHeaderValue(string mediaType, double quality) : base (default(System.Net.Http.Headers.MediaTypeHeaderValue)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 757public double? Quality { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 758public static new System.Net.Http.Headers.MediaTypeWithQualityHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 759object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 760public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.MediaTypeWithQualityHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 764protected internal NameValueHeaderValue(System.Net.Http.Headers.NameValueHeaderValue source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 765public NameValueHeaderValue(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 766public NameValueHeaderValue(string name, string? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 767public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 768public string? Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 769public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 770public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 771public static System.Net.Http.Headers.NameValueHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 772object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 773public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 774public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.NameValueHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 778protected NameValueWithParametersHeaderValue(System.Net.Http.Headers.NameValueWithParametersHeaderValue source) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 779public NameValueWithParametersHeaderValue(string name) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 780public NameValueWithParametersHeaderValue(string name, string? value) : base (default(string)) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 781public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Parameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 782public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 783public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 784public static new System.Net.Http.Headers.NameValueWithParametersHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 785object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 786public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 787public 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); } 791public ProductHeaderValue(string name) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 792public ProductHeaderValue(string name, string? version) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 793public string Name { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 794public string? Version { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 795public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 796public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 797public static System.Net.Http.Headers.ProductHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 798object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 799public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 800public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.ProductHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 804public ProductInfoHeaderValue(System.Net.Http.Headers.ProductHeaderValue product) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 805public ProductInfoHeaderValue(string comment) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 806public ProductInfoHeaderValue(string productName, string? productVersion) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 807public string? Comment { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 808public System.Net.Http.Headers.ProductHeaderValue? Product { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 809public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 810public override int GetHashCode() { 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); } 812object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 813public override string ToString() { 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); } 818public RangeConditionHeaderValue(System.DateTimeOffset date) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 819public RangeConditionHeaderValue(System.Net.Http.Headers.EntityTagHeaderValue entityTag) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 820public RangeConditionHeaderValue(string entityTag) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 821public System.DateTimeOffset? Date { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 822public System.Net.Http.Headers.EntityTagHeaderValue? EntityTag { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 823public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 824public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 825public static System.Net.Http.Headers.RangeConditionHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 826object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 827public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 828public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.RangeConditionHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 832public RangeHeaderValue() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 833public RangeHeaderValue(long? from, long? to) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 834public System.Collections.Generic.ICollection<System.Net.Http.Headers.RangeItemHeaderValue> Ranges { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 835public string Unit { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 836public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 837public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 838public static System.Net.Http.Headers.RangeHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 839object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 840public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 841public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.RangeHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 845public RangeItemHeaderValue(long? from, long? to) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 846public long? From { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 847public long? To { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 848public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 849public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 850object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 851public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 855public RetryConditionHeaderValue(System.DateTimeOffset date) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 856public RetryConditionHeaderValue(System.TimeSpan delta) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 857public System.DateTimeOffset? Date { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 858public System.TimeSpan? Delta { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 859public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 860public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 861public static System.Net.Http.Headers.RetryConditionHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 862object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 863public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 864public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.RetryConditionHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 868public StringWithQualityHeaderValue(string value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 869public StringWithQualityHeaderValue(string value, double quality) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 870public double? Quality { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 871public string Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 872public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 873public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 874public static System.Net.Http.Headers.StringWithQualityHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 875object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 876public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 877public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.StringWithQualityHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 881protected TransferCodingHeaderValue(System.Net.Http.Headers.TransferCodingHeaderValue source) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 882public TransferCodingHeaderValue(string value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 883public System.Collections.Generic.ICollection<System.Net.Http.Headers.NameValueHeaderValue> Parameters { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 884public string Value { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 885public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 886public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 887public static System.Net.Http.Headers.TransferCodingHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 888object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 889public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 890public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.TransferCodingHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 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); } 896public double? Quality { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 897public static new System.Net.Http.Headers.TransferCodingWithQualityHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 898object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 899public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.TransferCodingWithQualityHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 903public ViaHeaderValue(string protocolVersion, string receivedBy) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 904public ViaHeaderValue(string protocolVersion, string receivedBy, string? protocolName) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 905public ViaHeaderValue(string protocolVersion, string receivedBy, string? protocolName, string? comment) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 906public string? Comment { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 907public string? ProtocolName { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 908public string ProtocolVersion { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 909public string ReceivedBy { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 910public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 911public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 912public static System.Net.Http.Headers.ViaHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 913object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 914public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 915public 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); } 919public WarningHeaderValue(int code, string agent, string text) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 920public WarningHeaderValue(int code, string agent, string text, System.DateTimeOffset date) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 921public string Agent { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 922public int Code { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 923public System.DateTimeOffset? Date { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 924public string Text { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 925public override bool Equals([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] object? obj) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 926public override int GetHashCode() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 927public static System.Net.Http.Headers.WarningHeaderValue Parse(string input) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 928object System.ICloneable.Clone() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 929public override string ToString() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 930public static bool TryParse([System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] string? input, [System.Diagnostics.CodeAnalysis.NotNullWhenAttribute(true)] out System.Net.Http.Headers.WarningHeaderValue? parsedValue) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 937internal HttpMetricsEnrichmentContext() { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 938public System.Exception? Exception { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 939public System.Net.Http.HttpRequestMessage Request { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 940public System.Net.Http.HttpResponseMessage? Response { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } } 941public static void AddCallback(System.Net.Http.HttpRequestMessage request, System.Action<System.Net.Http.Metrics.HttpMetricsEnrichmentContext> callback) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); } 942public void AddCustomTag(string name, object? value) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_NetHttp); }