< Summary

Information
Line coverage
3%
Covered lines: 4
Uncovered lines: 110
Coverable lines: 114
Total lines: 329
Line coverage: 3.5%
Branch coverage
100%
Covered branches: 2
Total branches: 2
Branch coverage: 100%
Method coverage

Feature is only available for sponsors

Upgrade to PRO version

File(s)

D:\runner\runtime\artifacts\obj\System.Net.Http\Debug\net11.0-windows\System.SR.cs

#LineLine coverage
 1// <auto-generated>
 2using System.Reflection;
 3
 4namespace FxResources.System.Net.Http
 5{
 6    internal static class SR { }
 7}
 8namespace System
 9{
 10    internal static partial class SR
 11    {
 12        private static global::System.Resources.ResourceManager s_resourceManager;
 1166413        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceMana
 14
 15        /// <summary>The requested security protocol is not supported.</summary>
 16        internal static string @net_securityprotocolnotsupported => GetResourceString("net_securityprotocolnotsupported"
 17        /// <summary>The format of the HTTP method is invalid.</summary>
 018        internal static string @net_http_httpmethod_format_error => GetResourceString("net_http_httpmethod_format_error"
 19        /// <summary>The reason phrase must not contain new-line or NUL characters.</summary>
 020        internal static string @net_http_reasonphrase_format_error => GetResourceString("net_http_reasonphrase_format_er
 21        /// <summary>The number of elements is greater than the available space from arrayIndex to the end of the destin
 022        internal static string @net_http_copyto_array_too_small => GetResourceString("net_http_copyto_array_too_small", 
 23        /// <summary>The given header was not found.</summary>
 024        internal static string @net_http_headers_not_found => GetResourceString("net_http_headers_not_found", @"The give
 25        /// <summary>Cannot add value because header '{0}' does not support multiple values.</summary>
 41926        internal static string @net_http_headers_single_value_header => GetResourceString("net_http_headers_single_value
 27        /// <summary>The header name '{0}' has an invalid format.</summary>
 028        internal static string @net_http_headers_invalid_header_name => GetResourceString("net_http_headers_invalid_head
 29        /// <summary>The format of value '{0}' is invalid.</summary>
 754030        internal static string @net_http_headers_invalid_value => GetResourceString("net_http_headers_invalid_value", @"
 31        /// <summary>Misused header name, '{0}'. Make sure request headers are used with HttpRequestMessage, response he
 032        internal static string @net_http_headers_not_allowed_header_name => GetResourceString("net_http_headers_not_allo
 33        /// <summary>The specified value is not a valid 'Host' header string.</summary>
 034        internal static string @net_http_headers_invalid_host_header => GetResourceString("net_http_headers_invalid_host
 35        /// <summary>Invalid range. At least one of the two parameters must not be null.</summary>
 036        internal static string @net_http_headers_invalid_range => GetResourceString("net_http_headers_invalid_range", @"
 37        /// <summary>New-line or NUL characters are not allowed in header values.</summary>
 370538        internal static string @net_http_headers_no_newlines_no_nul => GetResourceString("net_http_headers_no_newlines_n
 39        /// <summary>Cannot write more bytes to the buffer than the configured maximum buffer size: {0}.</summary>
 040        internal static string @net_http_content_buffersize_exceeded => GetResourceString("net_http_content_buffersize_e
 41        /// <summary>The async operation did not return a System.Threading.Tasks.Task object.</summary>
 042        internal static string @net_http_content_no_task_returned => GetResourceString("net_http_content_no_task_returne
 43        /// <summary>The stream was already consumed. It cannot be read again.</summary>
 044        internal static string @net_http_content_stream_already_read => GetResourceString("net_http_content_stream_alrea
 45        /// <summary>The stream does not support writing.</summary>
 046        internal static string @net_http_content_readonly_stream => GetResourceString("net_http_content_readonly_stream"
 47        /// <summary>The stream does not support reading.</summary>
 048        internal static string @net_http_content_writeonly_stream => GetResourceString("net_http_content_writeonly_strea
 49        /// <summary>The character set provided in ContentType is invalid. Cannot read content as string using an invali
 050        internal static string @net_http_content_invalid_charset => GetResourceString("net_http_content_invalid_charset"
 51        /// <summary>Error while copying content to a stream.</summary>
 052        internal static string @net_http_content_stream_copy_error => GetResourceString("net_http_content_stream_copy_er
 53        /// <summary>The content's stream has already been retrieved via async ReadAsStreamAsync and cannot be subsequen
 054        internal static string @net_http_content_read_as_stream_has_task => GetResourceString("net_http_content_read_as_
 55        /// <summary>The request message was already sent. Cannot send the same request message multiple times.</summary
 056        internal static string @net_http_client_request_already_sent => GetResourceString("net_http_client_request_alrea
 57        /// <summary>This instance has already started one or more requests. Properties can only be modified before send
 058        internal static string @net_http_operation_started => GetResourceString("net_http_operation_started", @"This ins
 59        /// <summary>An error occurred while sending the request.</summary>
 060        internal static string @net_http_client_execution_error => GetResourceString("net_http_client_execution_error", 
 61        /// <summary>The base address must be an absolute URI.</summary>
 062        internal static string @net_http_client_absolute_baseaddress_required => GetResourceString("net_http_client_abso
 63        /// <summary>An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress 
 064        internal static string @net_http_client_invalid_requesturi => GetResourceString("net_http_client_invalid_request
 65        /// <summary>The '{0}' scheme is not supported.</summary>
 066        internal static string @net_http_unsupported_requesturi_scheme => GetResourceString("net_http_unsupported_reques
 67        /// <summary>Value '{0}' is not a valid Base64 string. Error: {1}</summary>
 068        internal static string @net_http_parser_invalid_base64_string => GetResourceString("net_http_parser_invalid_base
 69        /// <summary>Handler did not return a response message.</summary>
 070        internal static string @net_http_handler_noresponse => GetResourceString("net_http_handler_noresponse", @"Handle
 71        /// <summary>A request message must be provided. It cannot be null.</summary>
 72        internal static string @net_http_handler_norequest => GetResourceString("net_http_handler_norequest", @"A reques
 73        /// <summary>Response status code does not indicate success: {0}.</summary>
 074        internal static string @net_http_message_not_success_statuscode => GetResourceString("net_http_message_not_succe
 75        /// <summary>Response status code does not indicate success: {0} ({1}).</summary>
 076        internal static string @net_http_message_not_success_statuscode_reason => GetResourceString("net_http_message_no
 77        /// <summary>The field cannot be longer than {0} characters.</summary>
 078        internal static string @net_http_content_field_too_long => GetResourceString("net_http_content_field_too_long", 
 79        /// <summary>Value for header '{0}' contains new-line characters. Value: '{1}'.</summary>
 080        internal static string @net_http_log_headers_no_newlines => GetResourceString("net_http_log_headers_no_newlines"
 81        /// <summary>The 'q' value is invalid: '{0}'.</summary>
 082        internal static string @net_http_log_headers_invalid_quality => GetResourceString("net_http_log_headers_invalid_
 83        /// <summary>The inner handler has not been assigned.</summary>
 084        internal static string @net_http_handler_not_assigned => GetResourceString("net_http_handler_not_assigned", @"Th
 85        /// <summary>The {0} property must be set to '{1}' to use this property.</summary>
 086        internal static string @net_http_invalid_enable_first => GetResourceString("net_http_invalid_enable_first", @"Th
 87        /// <summary>Buffering more than {0} bytes is not supported.</summary>
 088        internal static string @net_http_content_buffersize_limit => GetResourceString("net_http_content_buffersize_limi
 89        /// <summary>The read operation failed, see inner exception.</summary>
 90        internal static string @net_http_io_read => GetResourceString("net_http_io_read", @"The read operation failed, s
 91        /// <summary>Unable to read data from the transport connection. The connection was closed before all data could 
 92        internal static string @net_http_io_read_incomplete => GetResourceString("net_http_io_read_incomplete", @"Unable
 93        /// <summary>The write operation failed, see inner exception.</summary>
 94        internal static string @net_http_io_write => GetResourceString("net_http_io_write", @"The write operation failed
 95        /// <summary>'Transfer-Encoding: chunked' header can not be used when content object is not specified.</summary>
 096        internal static string @net_http_chunked_not_allowed_with_empty_content => GetResourceString("net_http_chunked_n
 97        /// <summary>When using CookieUsePolicy.UseSpecifiedCookieContainer, the CookieContainer property must not be nu
 98        internal static string @net_http_invalid_cookiecontainer => GetResourceString("net_http_invalid_cookiecontainer"
 99        /// <summary>When using a non-null Proxy, the WindowsProxyUsePolicy property must be set to WindowsProxyUsePolic
 100        internal static string @net_http_invalid_proxyusepolicy => GetResourceString("net_http_invalid_proxyusepolicy", 
 101        /// <summary>When using WindowsProxyUsePolicy.UseCustomProxy, the Proxy property must not be null.</summary>
 102        internal static string @net_http_invalid_proxy => GetResourceString("net_http_invalid_proxy", @"When using Windo
 103        /// <summary>The specified value must be greater than {0}.</summary>
 104        internal static string @net_http_value_must_be_greater_than => GetResourceString("net_http_value_must_be_greater
 105        /// <summary>The specified value '{0}' must be greater than or equal to '{1}'.</summary>
 0106        internal static string @net_http_value_must_be_greater_than_or_equal => GetResourceString("net_http_value_must_b
 107        /// <summary>The '{0}'='{1}' part of the cookie is invalid.</summary>
 108        internal static string @net_cookie_attribute => GetResourceString("net_cookie_attribute", @"The '{0}'='{1}' part
 109        /// <summary>Specified file length was too large for the file system.</summary>
 110        internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthT
 111        /// <summary>The file '{0}' already exists.</summary>
 112        internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name", @"The file '{0}' already e
 113        /// <summary>Unable to find the specified file.</summary>
 114        internal static string @IO_FileNotFound => GetResourceString("IO_FileNotFound", @"Unable to find the specified f
 115        /// <summary>Could not find file '{0}'.</summary>
 116        internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName", @"Could not fi
 117        /// <summary>Could not find a part of the path.</summary>
 118        internal static string @IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName", @"Could no
 119        /// <summary>Could not find a part of the path '{0}'.</summary>
 120        internal static string @IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path", @"Could not find a par
 121        /// <summary>The specified file name or path is too long, or a component of the specified path is too long.</sum
 122        internal static string @IO_PathTooLong => GetResourceString("IO_PathTooLong", @"The specified file name or path 
 123        /// <summary>The process cannot access the file '{0}' because it is being used by another process.</summary>
 124        internal static string @IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File", @"The process 
 125        /// <summary>The process cannot access the file because it is being used by another process.</summary>
 126        internal static string @IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName", @"
 127        /// <summary>Access to the path is denied.</summary>
 128        internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied
 129        /// <summary>Access to the path '{0}' is denied.</summary>
 130        internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path"
 131        /// <summary>The username for a credential object cannot be null or empty.</summary>
 132        internal static string @net_http_username_empty_string => GetResourceString("net_http_username_empty_string", @"
 133        /// <summary>The stream does not support concurrent I/O read or write operations.</summary>
 134        internal static string @net_http_no_concurrent_io_allowed => GetResourceString("net_http_no_concurrent_io_allowe
 135        /// <summary>The server returned an invalid or unrecognized response.</summary>
 0136        internal static string @net_http_invalid_response => GetResourceString("net_http_invalid_response", @"The server
 137        /// <summary>Sent {0} request content bytes, but Content-Length promised {1}.</summary>
 0138        internal static string @net_http_request_content_length_mismatch => GetResourceString("net_http_request_content_
 139        /// <summary>The response ended prematurely.</summary>
 0140        internal static string @net_http_invalid_response_premature_eof => GetResourceString("net_http_invalid_response_
 141        /// <summary>The response ended prematurely while waiting for the next frame from the server.</summary>
 0142        internal static string @net_http_invalid_response_missing_frame => GetResourceString("net_http_invalid_response_
 143        /// <summary>The response ended prematurely, with at least {0} additional bytes expected.</summary>
 0144        internal static string @net_http_invalid_response_premature_eof_bytecount => GetResourceString("net_http_invalid
 145        /// <summary>Received chunk header length could not be parsed: '{0}'.</summary>
 0146        internal static string @net_http_invalid_response_chunk_header_invalid => GetResourceString("net_http_invalid_re
 147        /// <summary>Received an invalid chunk extension: '{0}'.</summary>
 0148        internal static string @net_http_invalid_response_chunk_extension_invalid => GetResourceString("net_http_invalid
 149        /// <summary>Received an invalid chunk terminator: '{0}'.</summary>
 0150        internal static string @net_http_invalid_response_chunk_terminator_invalid => GetResourceString("net_http_invali
 151        /// <summary>Received an invalid status line: '{0}'.</summary>
 0152        internal static string @net_http_invalid_response_status_line => GetResourceString("net_http_invalid_response_st
 153        /// <summary>Received an invalid status code: '{0}'.</summary>
 0154        internal static string @net_http_invalid_response_status_code => GetResourceString("net_http_invalid_response_st
 155        /// <summary>Received status phrase could not be decoded with iso-8859-1: '{0}'.</summary>
 0156        internal static string @net_http_invalid_response_status_reason => GetResourceString("net_http_invalid_response_
 157        /// <summary>The response contained more than one status code.</summary>
 0158        internal static string @net_http_invalid_response_multiple_status_codes => GetResourceString("net_http_invalid_r
 159        /// <summary>Received an invalid folded header.</summary>
 160        internal static string @net_http_invalid_response_header_folder => GetResourceString("net_http_invalid_response_
 161        /// <summary>Received an invalid header line: '{0}'.</summary>
 0162        internal static string @net_http_invalid_response_header_line => GetResourceString("net_http_invalid_response_he
 163        /// <summary>Received an invalid header name: '{0}'.</summary>
 0164        internal static string @net_http_invalid_response_header_name => GetResourceString("net_http_invalid_response_he
 165        /// <summary>The request was aborted.</summary>
 0166        internal static string @net_http_request_aborted => GetResourceString("net_http_request_aborted", @"The request 
 167        /// <summary>Received an HTTP/2 pseudo-header as a trailing header.</summary>
 0168        internal static string @net_http_invalid_response_pseudo_header_in_trailer => GetResourceString("net_http_invali
 169        /// <summary>The buffer was not long enough.</summary>
 170        internal static string @net_http_buffer_insufficient_length => GetResourceString("net_http_buffer_insufficient_l
 171        /// <summary>The HTTP request headers length exceeded the server limit of {0} bytes.</summary>
 0172        internal static string @net_http_request_headers_exceeded_length => GetResourceString("net_http_request_headers_
 173        /// <summary>The HTTP response headers length exceeded the set limit of {0} bytes.</summary>
 0174        internal static string @net_http_response_headers_exceeded_length => GetResourceString("net_http_response_header
 175        /// <summary>Stream does not support reading.</summary>
 176        internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"St
 177        /// <summary>Stream does not support writing.</summary>
 178        internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"St
 179        /// <summary>Cannot access a closed stream.</summary>
 0180        internal static string @ObjectDisposed_StreamClosed => GetResourceString("ObjectDisposed_StreamClosed", @"Cannot
 181        /// <summary>Only the 'http', 'https', 'socks4', 'socks4a' and 'socks5' schemes are allowed for proxies.</summar
 0182        internal static string @net_http_invalid_proxy_scheme => GetResourceString("net_http_invalid_proxy_scheme", @"On
 183        /// <summary>Request headers must contain only ASCII characters.</summary>
 0184        internal static string @net_http_request_invalid_char_encoding => GetResourceString("net_http_request_invalid_ch
 185        /// <summary>The SSL connection could not be established, see inner exception.</summary>
 0186        internal static string @net_http_ssl_connection_failed => GetResourceString("net_http_ssl_connection_failed", @"
 187        /// <summary>HTTP 1.0 does not support chunking.</summary>
 0188        internal static string @net_http_unsupported_chunking => GetResourceString("net_http_unsupported_chunking", @"HT
 189        /// <summary>Request version value must be one of 1.0, 1.1, 2.0, or 3.0.</summary>
 0190        internal static string @net_http_unsupported_version => GetResourceString("net_http_unsupported_version", @"Requ
 191        /// <summary>An attempt was made to move the position before the beginning of the stream.</summary>
 0192        internal static string @IO_SeekBeforeBegin => GetResourceString("IO_SeekBeforeBegin", @"An attempt was made to m
 193        /// <summary>The application protocol list is invalid.</summary>
 194        internal static string @net_ssl_app_protocols_invalid => GetResourceString("net_ssl_app_protocols_invalid", @"Th
 195        /// <summary>HTTP/2 requires TLS 1.2 or newer, but '{0}' was negotiated.</summary>
 0196        internal static string @net_ssl_http2_requires_tls12 => GetResourceString("net_ssl_http2_requires_tls12", @"HTTP
 197        /// <summary>The path '{0}' is too long, or a component of the specified path is too long.</summary>
 198        internal static string @IO_PathTooLong_Path => GetResourceString("IO_PathTooLong_Path", @"The path '{0}' is too 
 199        /// <summary>CONNECT request must contain Host header.</summary>
 0200        internal static string @net_http_request_no_host => GetResourceString("net_http_request_no_host", @"CONNECT requ
 201        /// <summary>Error {0} calling {1}, '{2}'.</summary>
 202        internal static string @net_http_winhttp_error => GetResourceString("net_http_winhttp_error", @"Error {0} callin
 203        /// <summary>The HTTP/2 server sent invalid data on the connection. HTTP/2 error code '{0}' (0x{1}).</summary>
 0204        internal static string @net_http_http2_connection_error => GetResourceString("net_http_http2_connection_error", 
 205        /// <summary>The HTTP/2 server closed the connection. HTTP/2 error code '{0}' (0x{1}).</summary>
 0206        internal static string @net_http_http2_connection_close => GetResourceString("net_http_http2_connection_close", 
 207        /// <summary>The HTTP/2 server reset the stream. HTTP/2 error code '{0}' (0x{1}).</summary>
 0208        internal static string @net_http_http2_stream_error => GetResourceString("net_http_http2_stream_error", @"The HT
 209        /// <summary>The HTTP/3 server reset the stream. HTTP/3 error code '{0}' (0x{1}).</summary>
 0210        internal static string @net_http_http3_stream_error => GetResourceString("net_http_http3_stream_error", @"The HT
 211        /// <summary>An HTTP/2 connection could not be established because the server did not complete the HTTP/2 handsh
 0212        internal static string @net_http_http2_connection_not_established => GetResourceString("net_http_http2_connectio
 213        /// <summary>The initial HTTP/2 stream window size must be between {0} and {1}.</summary>
 0214        internal static string @net_http_http2_invalidinitialstreamwindowsize => GetResourceString("net_http_http2_inval
 215        /// <summary>This method is not implemented by this class.</summary>
 216        internal static string @net_MethodNotImplementedException => GetResourceString("net_MethodNotImplementedExceptio
 217        /// <summary>{0} failed with error {1}.</summary>
 218        internal static string @net_log_operation_failed_with_error => GetResourceString("net_log_operation_failed_with_
 219        /// <summary>This operation cannot be performed on a completed asynchronous result object.</summary>
 220        internal static string @net_completed_result => GetResourceString("net_completed_result", @"This operation canno
 221        /// <summary>The specified value is not valid in the '{0}' enumeration.</summary>
 222        internal static string @net_invalid_enum => GetResourceString("net_invalid_enum", @"The specified value is not v
 223        /// <summary>Protocol error: A received message contains a valid signature but it was not encrypted as required 
 224        internal static string @net_auth_message_not_encrypted => GetResourceString("net_auth_message_not_encrypted", @"
 225        /// <summary>Authentication failed because the connection could not be reused.</summary>
 0226        internal static string @net_http_authconnectionfailure => GetResourceString("net_http_authconnectionfailure", @"
 227        /// <summary>Authentication validation failed with error - {0}.</summary>
 0228        internal static string @net_http_authvalidationfailure => GetResourceString("net_http_authvalidationfailure", @"
 229        /// <summary>Huffman-coded literal string failed to decode.</summary>
 0230        internal static string @net_http_hpack_huffman_decode_failed => GetResourceString("net_http_hpack_huffman_decode
 231        /// <summary>Incomplete header block received.</summary>
 0232        internal static string @net_http_hpack_incomplete_header_block => GetResourceString("net_http_hpack_incomplete_h
 233        /// <summary>Dynamic table size update received after beginning of header block.</summary>
 0234        internal static string @net_http_hpack_late_dynamic_table_size_update => GetResourceString("net_http_hpack_late_
 235        /// <summary>HPACK integer exceeds limits or has an overlong encoding.</summary>
 0236        internal static string @net_http_hpack_bad_integer => GetResourceString("net_http_hpack_bad_integer", @"HPACK in
 237        /// <summary>The object was disposed while operations were in progress.</summary>
 0238        internal static string @net_http_disposed_while_in_use => GetResourceString("net_http_disposed_while_in_use", @"
 239        /// <summary>Dynamic table size update to {0} bytes exceeds limit of {1} bytes.</summary>
 0240        internal static string @net_http_hpack_large_table_size_update => GetResourceString("net_http_hpack_large_table_
 241        /// <summary>The server shut down the connection.</summary>
 0242        internal static string @net_http_server_shutdown => GetResourceString("net_http_server_shutdown", @"The server s
 243        /// <summary>Invalid header index: {0} is outside of static table and no dynamic table entry found.</summary>
 0244        internal static string @net_http_hpack_invalid_index => GetResourceString("net_http_hpack_invalid_index", @"Inva
 245        /// <summary>End of headers reached with incomplete token.</summary>
 0246        internal static string @net_http_hpack_unexpected_end => GetResourceString("net_http_hpack_unexpected_end", @"En
 247        /// <summary>The HTTP headers length exceeded the set limit of {0} bytes.</summary>
 0248        internal static string @net_http_headers_exceeded_length => GetResourceString("net_http_headers_exceeded_length"
 249        /// <summary>Received an invalid header name: '{0}'.</summary>
 0250        internal static string @net_http_invalid_header_name => GetResourceString("net_http_invalid_header_name", @"Rece
 251        /// <summary>An HTTP/3 connection could not be established because the server did not complete the HTTP/3 handsh
 252        internal static string @net_http_http3_connection_not_established => GetResourceString("net_http_http3_connectio
 253        /// <summary>The HTTP/3 server sent invalid data on the connection. HTTP/3 error code '{0}' (0x{1}).</summary>
 0254        internal static string @net_http_http3_connection_error => GetResourceString("net_http_http3_connection_error", 
 255        /// <summary>The HTTP/3 server closed the connection. HTTP/3 error code '{0}' (0x{1}).</summary>
 0256        internal static string @net_http_http3_connection_close => GetResourceString("net_http_http3_connection_close", 
 257        /// <summary>The QUIC connection with the HTTP/3 server failed on the transport level.</summary>
 0258        internal static string @net_http_http3_connection_quic_error => GetResourceString("net_http_http3_connection_qui
 259        /// <summary>The server is unable to process the request using the current HTTP version and indicates the reques
 0260        internal static string @net_http_retry_on_older_version => GetResourceString("net_http_retry_on_older_version", 
 261        /// <summary>Unable to write content to request stream; content would exceed Content-Length.</summary>
 0262        internal static string @net_http_content_write_larger_than_content_length => GetResourceString("net_http_content
 263        /// <summary>The HTTP/3 server attempted to reference a dynamic table index that does not exist.</summary>
 0264        internal static string @net_http_qpack_no_dynamic_table => GetResourceString("net_http_qpack_no_dynamic_table", 
 265        /// <summary>The request was canceled due to the configured HttpClient.Timeout of {0} seconds elapsing.</summary
 0266        internal static string @net_http_request_timedout => GetResourceString("net_http_request_timedout", @"The reques
 267        /// <summary>A connection could not be established within the configured ConnectTimeout.</summary>
 0268        internal static string @net_http_connect_timedout => GetResourceString("net_http_connect_timedout", @"A connecti
 269        /// <summary>Connection aborted by peer ({0}).</summary>
 270        internal static string @net_quic_connectionaborted => GetResourceString("net_quic_connectionaborted", @"Connecti
 271        /// <summary>Operation aborted.</summary>
 272        internal static string @net_quic_operationaborted => GetResourceString("net_quic_operationaborted", @"Operation 
 273        /// <summary>Stream aborted by peer ({0}).</summary>
 274        internal static string @net_quic_streamaborted => GetResourceString("net_quic_streamaborted", @"Stream aborted b
 275        /// <summary>The synchronous method is not supported by '{0}'. If you're using a custom '{1}' and wish to use sy
 0276        internal static string @net_http_missing_sync_implementation => GetResourceString("net_http_missing_sync_impleme
 277        /// <summary>The synchronous method is not supported by '{0}' for HTTP/2 or higher. Either use an asynchronous m
 0278        internal static string @net_http_http2_sync_not_supported => GetResourceString("net_http_http2_sync_not_supporte
 279        /// <summary>HTTP request version upgrade is not enabled for synchronous '{0}'. Do not use '{1}' version policy 
 0280        internal static string @net_http_upgrade_not_enabled_sync => GetResourceString("net_http_upgrade_not_enabled_syn
 281        /// <summary>Requesting HTTP version {0} with version policy {1} while unable to establish HTTP/{2} connection.<
 0282        internal static string @net_http_requested_version_cannot_establish => GetResourceString("net_http_requested_ver
 283        /// <summary>Requesting HTTP version {0} with version policy {1} while server offers only version fallback.</sum
 0284        internal static string @net_http_requested_version_server_refused => GetResourceString("net_http_requested_versi
 285        /// <summary>An exception occurred while invoking the PlaintextStreamFilter.</summary>
 0286        internal static string @net_http_exception_during_plaintext_filter => GetResourceString("net_http_exception_duri
 287        /// <summary>The user-supplied ConnectCallback returned null.</summary>
 0288        internal static string @net_http_null_from_connect_callback => GetResourceString("net_http_null_from_connect_cal
 289        /// <summary>The user-supplied PlaintextStreamFilter returned null.</summary>
 0290        internal static string @net_http_null_from_plaintext_filter => GetResourceString("net_http_null_from_plaintext_f
 291        /// <summary>Internal error marshalling the response Promise from `fetch`.</summary>
 292        internal static string @net_http_marshalling_response_promise_from_fetch => GetResourceString("net_http_marshall
 293        /// <summary>Synchronous reads are not supported, use ReadAsync instead.</summary>
 294        internal static string @net_http_synchronous_reads_not_supported => GetResourceString("net_http_synchronous_read
 295        /// <summary>Synchronous writes are not supported, use WriteAsync instead.</summary>
 296        internal static string @net_http_synchronous_writes_not_supported => GetResourceString("net_http_synchronous_wri
 297        /// <summary>Failed to authenticate with the SOCKS server.</summary>
 0298        internal static string @net_socks_auth_failed => GetResourceString("net_socks_auth_failed", @"Failed to authenti
 299        /// <summary>SOCKS server returned an unknown address type.</summary>
 0300        internal static string @net_socks_bad_address_type => GetResourceString("net_socks_bad_address_type", @"SOCKS se
 301        /// <summary>SOCKS server failed to connect to the destination. Received error code 0x{0}.</summary>
 0302        internal static string @net_socks_connection_failed => GetResourceString("net_socks_connection_failed", @"SOCKS 
 303        /// <summary>SOCKS4 does not support IPv6 addresses.</summary>
 0304        internal static string @net_socks_ipv6_notsupported => GetResourceString("net_socks_ipv6_notsupported", @"SOCKS4
 305        /// <summary>SOCKS server did not return a suitable authentication method.</summary>
 0306        internal static string @net_socks_no_auth_method => GetResourceString("net_socks_no_auth_method", @"SOCKS server
 307        /// <summary>Failed to resolve the destination host to an IPv4 address.</summary>
 0308        internal static string @net_socks_no_ipv4_address => GetResourceString("net_socks_no_ipv4_address", @"Failed to 
 309        /// <summary>Unexpected SOCKS protocol version. Required {0}, got {1}.</summary>
 0310        internal static string @net_socks_unexpected_version => GetResourceString("net_socks_unexpected_version", @"Unex
 311        /// <summary>Encoding the {0} took more than the maximum of 255 bytes.</summary>
 0312        internal static string @net_socks_string_too_long => GetResourceString("net_socks_string_too_long", @"Encoding t
 313        /// <summary>SOCKS server requested username &amp; password authentication.</summary>
 0314        internal static string @net_socks_auth_required => GetResourceString("net_socks_auth_required", @"SOCKS server r
 315        /// <summary>The proxy tunnel request to proxy '{0}' failed with status code '{1}'."</summary>
 0316        internal static string @net_http_proxy_tunnel_returned_failure_status_code => GetResourceString("net_http_proxy_
 317        /// <summary>An error occurred while establishing a connection to the proxy tunnel.</summary>
 0318        internal static string @net_http_proxy_tunnel_error => GetResourceString("net_http_proxy_tunnel_error", @"An err
 319        /// <summary>System.Net.Http is not supported on this platform.</summary>
 320        internal static string @PlatformNotSupported_NetHttp => GetResourceString("PlatformNotSupported_NetHttp", @"Syst
 321        /// <summary>The HTTP/1.1 response chunk was too large.</summary>
 0322        internal static string @net_http_chunk_too_large => GetResourceString("net_http_chunk_too_large", @"The HTTP/1.1
 323        /// <summary>Failed to establish web socket connection over HTTP/2 because extended CONNECT is not supported. Tr
 0324        internal static string @net_unsupported_extended_connect => GetResourceString("net_unsupported_extended_connect"
 325        /// <summary>The HTTP/2 server didn't respond to a ping request within the configured KeepAlivePingDelay.</summa
 0326        internal static string @net_ping_request_timed_out => GetResourceString("net_ping_request_timed_out", @"The HTTP
 327
 328    }
 329}

Methods/Properties

ResourceManager()
net_http_httpmethod_format_error()
net_http_reasonphrase_format_error()
net_http_copyto_array_too_small()
net_http_headers_not_found()
net_http_headers_single_value_header()
net_http_headers_invalid_header_name()
net_http_headers_invalid_value()
net_http_headers_not_allowed_header_name()
net_http_headers_invalid_host_header()
net_http_headers_invalid_range()
net_http_headers_no_newlines_no_nul()
net_http_content_buffersize_exceeded()
net_http_content_no_task_returned()
net_http_content_stream_already_read()
net_http_content_readonly_stream()
net_http_content_writeonly_stream()
net_http_content_invalid_charset()
net_http_content_stream_copy_error()
net_http_content_read_as_stream_has_task()
net_http_client_request_already_sent()
net_http_operation_started()
net_http_client_execution_error()
net_http_client_absolute_baseaddress_required()
net_http_client_invalid_requesturi()
net_http_unsupported_requesturi_scheme()
net_http_parser_invalid_base64_string()
net_http_handler_noresponse()
net_http_message_not_success_statuscode()
net_http_message_not_success_statuscode_reason()
net_http_content_field_too_long()
net_http_log_headers_no_newlines()
net_http_log_headers_invalid_quality()
net_http_handler_not_assigned()
net_http_invalid_enable_first()
net_http_content_buffersize_limit()
net_http_chunked_not_allowed_with_empty_content()
net_http_value_must_be_greater_than_or_equal()
net_http_invalid_response()
net_http_request_content_length_mismatch()
net_http_invalid_response_premature_eof()
net_http_invalid_response_missing_frame()
net_http_invalid_response_premature_eof_bytecount()
net_http_invalid_response_chunk_header_invalid()
net_http_invalid_response_chunk_extension_invalid()
net_http_invalid_response_chunk_terminator_invalid()
net_http_invalid_response_status_line()
net_http_invalid_response_status_code()
net_http_invalid_response_status_reason()
net_http_invalid_response_multiple_status_codes()
net_http_invalid_response_header_line()
net_http_invalid_response_header_name()
net_http_request_aborted()
net_http_invalid_response_pseudo_header_in_trailer()
net_http_request_headers_exceeded_length()
net_http_response_headers_exceeded_length()
ObjectDisposed_StreamClosed()
net_http_invalid_proxy_scheme()
net_http_request_invalid_char_encoding()
net_http_ssl_connection_failed()
net_http_unsupported_chunking()
net_http_unsupported_version()
IO_SeekBeforeBegin()
net_ssl_http2_requires_tls12()
net_http_request_no_host()
net_http_http2_connection_error()
net_http_http2_connection_close()
net_http_http2_stream_error()
net_http_http3_stream_error()
net_http_http2_connection_not_established()
net_http_http2_invalidinitialstreamwindowsize()
net_http_authconnectionfailure()
net_http_authvalidationfailure()
net_http_hpack_huffman_decode_failed()
net_http_hpack_incomplete_header_block()
net_http_hpack_late_dynamic_table_size_update()
net_http_hpack_bad_integer()
net_http_disposed_while_in_use()
net_http_hpack_large_table_size_update()
net_http_server_shutdown()
net_http_hpack_invalid_index()
net_http_hpack_unexpected_end()
net_http_headers_exceeded_length()
net_http_invalid_header_name()
net_http_http3_connection_error()
net_http_http3_connection_close()
net_http_http3_connection_quic_error()
net_http_retry_on_older_version()
net_http_content_write_larger_than_content_length()
net_http_qpack_no_dynamic_table()
net_http_request_timedout()
net_http_connect_timedout()
net_http_missing_sync_implementation()
net_http_http2_sync_not_supported()
net_http_upgrade_not_enabled_sync()
net_http_requested_version_cannot_establish()
net_http_requested_version_server_refused()
net_http_exception_during_plaintext_filter()
net_http_null_from_connect_callback()
net_http_null_from_plaintext_filter()
net_socks_auth_failed()
net_socks_bad_address_type()
net_socks_connection_failed()
net_socks_ipv6_notsupported()
net_socks_no_auth_method()
net_socks_no_ipv4_address()
net_socks_unexpected_version()
net_socks_string_too_long()
net_socks_auth_required()
net_http_proxy_tunnel_returned_failure_status_code()
net_http_proxy_tunnel_error()
net_http_chunk_too_large()
net_unsupported_extended_connect()
net_ping_request_timed_out()