artifacts\obj\System.Net.Http\Debug\net11.0-linux\System.SR.cs (157)
16internal static string @net_securityprotocolnotsupported => GetResourceString("net_securityprotocolnotsupported", @"The requested security protocol is not supported.");
18internal static string @net_http_httpmethod_format_error => GetResourceString("net_http_httpmethod_format_error", @"The format of the HTTP method is invalid.");
20internal static string @net_http_reasonphrase_format_error => GetResourceString("net_http_reasonphrase_format_error", @"The reason phrase must not contain new-line or NUL characters.");
22internal static string @net_http_copyto_array_too_small => GetResourceString("net_http_copyto_array_too_small", @"The number of elements is greater than the available space from arrayIndex to the end of the destination array.");
24internal static string @net_http_headers_not_found => GetResourceString("net_http_headers_not_found", @"The given header was not found.");
26internal static string @net_http_headers_single_value_header => GetResourceString("net_http_headers_single_value_header", @"Cannot add value because header '{0}' does not support multiple values.");
28internal static string @net_http_headers_invalid_header_name => GetResourceString("net_http_headers_invalid_header_name", @"The header name '{0}' has an invalid format.");
30internal static string @net_http_headers_invalid_value => GetResourceString("net_http_headers_invalid_value", @"The format of value '{0}' is invalid.");
32internal static string @net_http_headers_not_allowed_header_name => GetResourceString("net_http_headers_not_allowed_header_name", @"Misused header name, '{0}'. Make sure request headers are used with HttpRequestMessage, response headers with HttpResponseMessage, and content headers with HttpContent objects.");
34internal static string @net_http_headers_invalid_host_header => GetResourceString("net_http_headers_invalid_host_header", @"The specified value is not a valid 'Host' header string.");
36internal static string @net_http_headers_invalid_range => GetResourceString("net_http_headers_invalid_range", @"Invalid range. At least one of the two parameters must not be null.");
38internal static string @net_http_headers_no_newlines_no_nul => GetResourceString("net_http_headers_no_newlines_no_nul", @"New-line or NUL characters are not allowed in header values.");
40internal static string @net_http_content_buffersize_exceeded => GetResourceString("net_http_content_buffersize_exceeded", @"Cannot write more bytes to the buffer than the configured maximum buffer size: {0}.");
42internal static string @net_http_content_no_task_returned => GetResourceString("net_http_content_no_task_returned", @"The async operation did not return a System.Threading.Tasks.Task object.");
44internal static string @net_http_content_stream_already_read => GetResourceString("net_http_content_stream_already_read", @"The stream was already consumed. It cannot be read again.");
46internal static string @net_http_content_readonly_stream => GetResourceString("net_http_content_readonly_stream", @"The stream does not support writing.");
48internal static string @net_http_content_writeonly_stream => GetResourceString("net_http_content_writeonly_stream", @"The stream does not support reading.");
50internal static string @net_http_content_invalid_charset => GetResourceString("net_http_content_invalid_charset", @"The character set provided in ContentType is invalid. Cannot read content as string using an invalid character set.");
52internal static string @net_http_content_stream_copy_error => GetResourceString("net_http_content_stream_copy_error", @"Error while copying content to a stream.");
54internal static string @net_http_content_read_as_stream_has_task => GetResourceString("net_http_content_read_as_stream_has_task", @"The content's stream has already been retrieved via async ReadAsStreamAsync and cannot be subsequently accessed synchronously.");
56internal static string @net_http_client_request_already_sent => GetResourceString("net_http_client_request_already_sent", @"The request message was already sent. Cannot send the same request message multiple times.");
58internal static string @net_http_operation_started => GetResourceString("net_http_operation_started", @"This instance has already started one or more requests. Properties can only be modified before sending the first request.");
60internal static string @net_http_client_execution_error => GetResourceString("net_http_client_execution_error", @"An error occurred while sending the request.");
62internal static string @net_http_client_absolute_baseaddress_required => GetResourceString("net_http_client_absolute_baseaddress_required", @"The base address must be an absolute URI.");
64internal static string @net_http_client_invalid_requesturi => GetResourceString("net_http_client_invalid_requesturi", @"An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.");
66internal static string @net_http_unsupported_requesturi_scheme => GetResourceString("net_http_unsupported_requesturi_scheme", @"The '{0}' scheme is not supported.");
68internal static string @net_http_parser_invalid_base64_string => GetResourceString("net_http_parser_invalid_base64_string", @"Value '{0}' is not a valid Base64 string. Error: {1}");
70internal static string @net_http_handler_noresponse => GetResourceString("net_http_handler_noresponse", @"Handler did not return a response message.");
72internal static string @net_http_handler_norequest => GetResourceString("net_http_handler_norequest", @"A request message must be provided. It cannot be null.");
74internal static string @net_http_message_not_success_statuscode => GetResourceString("net_http_message_not_success_statuscode", @"Response status code does not indicate success: {0}.");
76internal static string @net_http_message_not_success_statuscode_reason => GetResourceString("net_http_message_not_success_statuscode_reason", @"Response status code does not indicate success: {0} ({1}).");
78internal static string @net_http_content_field_too_long => GetResourceString("net_http_content_field_too_long", @"The field cannot be longer than {0} characters.");
80internal static string @net_http_log_headers_no_newlines => GetResourceString("net_http_log_headers_no_newlines", @"Value for header '{0}' contains new-line characters. Value: '{1}'.");
82internal static string @net_http_log_headers_invalid_quality => GetResourceString("net_http_log_headers_invalid_quality", @"The 'q' value is invalid: '{0}'.");
84internal static string @net_http_handler_not_assigned => GetResourceString("net_http_handler_not_assigned", @"The inner handler has not been assigned.");
86internal static string @net_http_invalid_enable_first => GetResourceString("net_http_invalid_enable_first", @"The {0} property must be set to '{1}' to use this property.");
88internal static string @net_http_content_buffersize_limit => GetResourceString("net_http_content_buffersize_limit", @"Buffering more than {0} bytes is not supported.");
90internal static string @net_http_io_read => GetResourceString("net_http_io_read", @"The read operation failed, see inner exception.");
92internal static string @net_http_io_read_incomplete => GetResourceString("net_http_io_read_incomplete", @"Unable to read data from the transport connection. The connection was closed before all data could be read. Expected {0} bytes, read {1} bytes.");
94internal static string @net_http_io_write => GetResourceString("net_http_io_write", @"The write operation failed, see inner exception.");
96internal static string @net_http_chunked_not_allowed_with_empty_content => GetResourceString("net_http_chunked_not_allowed_with_empty_content", @"'Transfer-Encoding: chunked' header can not be used when content object is not specified.");
98internal static string @net_http_invalid_cookiecontainer => GetResourceString("net_http_invalid_cookiecontainer", @"When using CookieUsePolicy.UseSpecifiedCookieContainer, the CookieContainer property must not be null.");
100internal static string @net_http_invalid_proxyusepolicy => GetResourceString("net_http_invalid_proxyusepolicy", @"When using a non-null Proxy, the WindowsProxyUsePolicy property must be set to WindowsProxyUsePolicy.UseCustomProxy.");
102internal static string @net_http_invalid_proxy => GetResourceString("net_http_invalid_proxy", @"When using WindowsProxyUsePolicy.UseCustomProxy, the Proxy property must not be null.");
104internal static string @net_http_value_must_be_greater_than => GetResourceString("net_http_value_must_be_greater_than", @"The specified value must be greater than {0}.");
106internal static string @net_http_value_must_be_greater_than_or_equal => GetResourceString("net_http_value_must_be_greater_than_or_equal", @"The specified value '{0}' must be greater than or equal to '{1}'.");
108internal static string @net_cookie_attribute => GetResourceString("net_cookie_attribute", @"The '{0}'='{1}' part of the cookie is invalid.");
110internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig", @"Specified file length was too large for the file system.");
112internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name", @"The file '{0}' already exists.");
114internal static string @IO_FileNotFound => GetResourceString("IO_FileNotFound", @"Unable to find the specified file.");
116internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName", @"Could not find file '{0}'.");
118internal static string @IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName", @"Could not find a part of the path.");
120internal static string @IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path", @"Could not find a part of the path '{0}'.");
122internal static string @IO_PathTooLong => GetResourceString("IO_PathTooLong", @"The specified file name or path is too long, or a component of the specified path is too long.");
124internal static string @IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File", @"The process cannot access the file '{0}' because it is being used by another process.");
126internal static string @IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName", @"The process cannot access the file because it is being used by another process.");
128internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName", @"Access to the path is denied.");
130internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path", @"Access to the path '{0}' is denied.");
132internal static string @net_http_username_empty_string => GetResourceString("net_http_username_empty_string", @"The username for a credential object cannot be null or empty.");
134internal static string @net_http_no_concurrent_io_allowed => GetResourceString("net_http_no_concurrent_io_allowed", @"The stream does not support concurrent I/O read or write operations.");
136internal static string @net_http_invalid_response => GetResourceString("net_http_invalid_response", @"The server returned an invalid or unrecognized response.");
138internal static string @net_http_request_content_length_mismatch => GetResourceString("net_http_request_content_length_mismatch", @"Sent {0} request content bytes, but Content-Length promised {1}.");
140internal static string @net_http_invalid_response_premature_eof => GetResourceString("net_http_invalid_response_premature_eof", @"The response ended prematurely.");
142internal static string @net_http_invalid_response_missing_frame => GetResourceString("net_http_invalid_response_missing_frame", @"The response ended prematurely while waiting for the next frame from the server.");
144internal static string @net_http_invalid_response_premature_eof_bytecount => GetResourceString("net_http_invalid_response_premature_eof_bytecount", @"The response ended prematurely, with at least {0} additional bytes expected.");
146internal static string @net_http_invalid_response_chunk_header_invalid => GetResourceString("net_http_invalid_response_chunk_header_invalid", @"Received chunk header length could not be parsed: '{0}'.");
148internal static string @net_http_invalid_response_chunk_extension_invalid => GetResourceString("net_http_invalid_response_chunk_extension_invalid", @"Received an invalid chunk extension: '{0}'.");
150internal static string @net_http_invalid_response_chunk_terminator_invalid => GetResourceString("net_http_invalid_response_chunk_terminator_invalid", @"Received an invalid chunk terminator: '{0}'.");
152internal static string @net_http_invalid_response_status_line => GetResourceString("net_http_invalid_response_status_line", @"Received an invalid status line: '{0}'.");
154internal static string @net_http_invalid_response_status_code => GetResourceString("net_http_invalid_response_status_code", @"Received an invalid status code: '{0}'.");
156internal static string @net_http_invalid_response_status_reason => GetResourceString("net_http_invalid_response_status_reason", @"Received status phrase could not be decoded with iso-8859-1: '{0}'.");
158internal static string @net_http_invalid_response_multiple_status_codes => GetResourceString("net_http_invalid_response_multiple_status_codes", @"The response contained more than one status code.");
160internal static string @net_http_invalid_response_header_folder => GetResourceString("net_http_invalid_response_header_folder", @"Received an invalid folded header.");
162internal static string @net_http_invalid_response_header_line => GetResourceString("net_http_invalid_response_header_line", @"Received an invalid header line: '{0}'.");
164internal static string @net_http_invalid_response_header_name => GetResourceString("net_http_invalid_response_header_name", @"Received an invalid header name: '{0}'.");
166internal static string @net_http_request_aborted => GetResourceString("net_http_request_aborted", @"The request was aborted.");
168internal static string @net_http_invalid_response_pseudo_header_in_trailer => GetResourceString("net_http_invalid_response_pseudo_header_in_trailer", @"Received an HTTP/2 pseudo-header as a trailing header.");
170internal static string @net_http_buffer_insufficient_length => GetResourceString("net_http_buffer_insufficient_length", @"The buffer was not long enough.");
172internal static string @net_http_request_headers_exceeded_length => GetResourceString("net_http_request_headers_exceeded_length", @"The HTTP request headers length exceeded the server limit of {0} bytes.");
174internal static string @net_http_response_headers_exceeded_length => GetResourceString("net_http_response_headers_exceeded_length", @"The HTTP response headers length exceeded the set limit of {0} bytes.");
176internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"Stream does not support reading.");
178internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"Stream does not support writing.");
180internal static string @ObjectDisposed_StreamClosed => GetResourceString("ObjectDisposed_StreamClosed", @"Cannot access a closed stream.");
182internal static string @net_http_invalid_proxy_scheme => GetResourceString("net_http_invalid_proxy_scheme", @"Only the 'http', 'https', 'socks4', 'socks4a', 'socks5', and 'socks5h' schemes are allowed for proxies.");
184internal static string @net_http_request_invalid_char_encoding => GetResourceString("net_http_request_invalid_char_encoding", @"Request headers must contain only ASCII characters.");
186internal static string @net_http_request_invalid_host_punycode => GetResourceString("net_http_request_invalid_host_punycode", @"Request Uri's host could not be Punycode encoded.");
188internal static string @net_http_ssl_connection_failed => GetResourceString("net_http_ssl_connection_failed", @"The SSL connection could not be established, see inner exception.");
190internal static string @net_http_unsupported_chunking => GetResourceString("net_http_unsupported_chunking", @"HTTP 1.0 does not support chunking.");
192internal static string @net_http_unsupported_version => GetResourceString("net_http_unsupported_version", @"Request version value must be one of 1.0, 1.1, 2.0, or 3.0.");
194internal static string @IO_SeekBeforeBegin => GetResourceString("IO_SeekBeforeBegin", @"An attempt was made to move the position before the beginning of the stream.");
196internal static string @net_ssl_app_protocols_invalid => GetResourceString("net_ssl_app_protocols_invalid", @"The application protocol list is invalid.");
198internal static string @net_ssl_http2_requires_tls12 => GetResourceString("net_ssl_http2_requires_tls12", @"HTTP/2 requires TLS 1.2 or newer, but '{0}' was negotiated.");
200internal static string @IO_PathTooLong_Path => GetResourceString("IO_PathTooLong_Path", @"The path '{0}' is too long, or a component of the specified path is too long.");
202internal static string @net_http_request_no_host => GetResourceString("net_http_request_no_host", @"CONNECT request must contain Host header.");
204internal static string @net_http_winhttp_error => GetResourceString("net_http_winhttp_error", @"Error {0} calling {1}, '{2}'.");
206internal static string @net_http_http2_connection_error => GetResourceString("net_http_http2_connection_error", @"The HTTP/2 server sent invalid data on the connection. HTTP/2 error code '{0}' (0x{1}).");
208internal static string @net_http_http2_connection_close => GetResourceString("net_http_http2_connection_close", @"The HTTP/2 server closed the connection. HTTP/2 error code '{0}' (0x{1}).");
210internal static string @net_http_http2_stream_error => GetResourceString("net_http_http2_stream_error", @"The HTTP/2 server reset the stream. HTTP/2 error code '{0}' (0x{1}).");
212internal static string @net_http_http3_stream_error => GetResourceString("net_http_http3_stream_error", @"The HTTP/3 server reset the stream. HTTP/3 error code '{0}' (0x{1}).");
214internal static string @net_http_http2_connection_not_established => GetResourceString("net_http_http2_connection_not_established", @"An HTTP/2 connection could not be established because the server did not complete the HTTP/2 handshake.");
216internal static string @net_http_http2_invalidinitialstreamwindowsize => GetResourceString("net_http_http2_invalidinitialstreamwindowsize", @"The initial HTTP/2 stream window size must be between {0} and {1}.");
218internal static string @net_MethodNotImplementedException => GetResourceString("net_MethodNotImplementedException", @"This method is not implemented by this class.");
220internal static string @net_log_operation_failed_with_error => GetResourceString("net_log_operation_failed_with_error", @"{0} failed with error {1}.");
222internal static string @net_completed_result => GetResourceString("net_completed_result", @"This operation cannot be performed on a completed asynchronous result object.");
224internal static string @net_invalid_enum => GetResourceString("net_invalid_enum", @"The specified value is not valid in the '{0}' enumeration.");
226internal static string @net_auth_message_not_encrypted => GetResourceString("net_auth_message_not_encrypted", @"Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level.");
228internal static string @net_http_authconnectionfailure => GetResourceString("net_http_authconnectionfailure", @"Authentication failed because the connection could not be reused.");
230internal static string @net_http_authvalidationfailure => GetResourceString("net_http_authvalidationfailure", @"Authentication validation failed with error - {0}.");
232internal static string @net_http_hpack_huffman_decode_failed => GetResourceString("net_http_hpack_huffman_decode_failed", @"Huffman-coded literal string failed to decode.");
234internal static string @net_http_hpack_incomplete_header_block => GetResourceString("net_http_hpack_incomplete_header_block", @"Incomplete header block received.");
236internal static string @net_http_hpack_late_dynamic_table_size_update => GetResourceString("net_http_hpack_late_dynamic_table_size_update", @"Dynamic table size update received after beginning of header block.");
238internal static string @net_http_hpack_bad_integer => GetResourceString("net_http_hpack_bad_integer", @"HPACK integer exceeds limits or has an overlong encoding.");
240internal static string @net_http_disposed_while_in_use => GetResourceString("net_http_disposed_while_in_use", @"The object was disposed while operations were in progress.");
242internal static string @net_http_hpack_large_table_size_update => GetResourceString("net_http_hpack_large_table_size_update", @"Dynamic table size update to {0} bytes exceeds limit of {1} bytes.");
244internal static string @net_http_server_shutdown => GetResourceString("net_http_server_shutdown", @"The server shut down the connection.");
246internal static string @net_http_hpack_invalid_index => GetResourceString("net_http_hpack_invalid_index", @"Invalid header index: {0} is outside of static table and no dynamic table entry found.");
248internal static string @net_http_hpack_unexpected_end => GetResourceString("net_http_hpack_unexpected_end", @"End of headers reached with incomplete token.");
250internal static string @net_http_headers_exceeded_length => GetResourceString("net_http_headers_exceeded_length", @"The HTTP headers length exceeded the set limit of {0} bytes.");
252internal static string @net_http_invalid_header_name => GetResourceString("net_http_invalid_header_name", @"Received an invalid header name: '{0}'.");
254internal static string @net_http_http3_connection_not_established => GetResourceString("net_http_http3_connection_not_established", @"An HTTP/3 connection could not be established because the server did not complete the HTTP/3 handshake.");
256internal static string @net_http_http3_connection_error => GetResourceString("net_http_http3_connection_error", @"The HTTP/3 server sent invalid data on the connection. HTTP/3 error code '{0}' (0x{1}).");
258internal static string @net_http_http3_connection_close => GetResourceString("net_http_http3_connection_close", @"The HTTP/3 server closed the connection. HTTP/3 error code '{0}' (0x{1}).");
260internal static string @net_http_http3_connection_quic_error => GetResourceString("net_http_http3_connection_quic_error", @"The QUIC connection with the HTTP/3 server failed on the transport level.");
262internal static string @net_http_retry_on_older_version => GetResourceString("net_http_retry_on_older_version", @"The server is unable to process the request using the current HTTP version and indicates the request should be retried on an older HTTP version.");
264internal static string @net_http_content_write_larger_than_content_length => GetResourceString("net_http_content_write_larger_than_content_length", @"Unable to write content to request stream; content would exceed Content-Length.");
266internal static string @net_http_qpack_no_dynamic_table => GetResourceString("net_http_qpack_no_dynamic_table", @"The HTTP/3 server attempted to reference a dynamic table index that does not exist.");
268internal static string @net_http_request_timedout => GetResourceString("net_http_request_timedout", @"The request was canceled due to the configured HttpClient.Timeout of {0} seconds elapsing.");
270internal static string @net_http_connect_timedout => GetResourceString("net_http_connect_timedout", @"A connection could not be established within the configured ConnectTimeout.");
272internal static string @net_quic_connectionaborted => GetResourceString("net_quic_connectionaborted", @"Connection aborted by peer ({0}).");
274internal static string @net_quic_operationaborted => GetResourceString("net_quic_operationaborted", @"Operation aborted.");
276internal static string @net_quic_streamaborted => GetResourceString("net_quic_streamaborted", @"Stream aborted by peer ({0}).");
278internal static string @net_http_missing_sync_implementation => GetResourceString("net_http_missing_sync_implementation", @"The synchronous method is not supported by '{0}'. If you're using a custom '{1}' and wish to use synchronous HTTP methods, you must override its '{2}' virtual method.");
280internal static string @net_http_http2_sync_not_supported => GetResourceString("net_http_http2_sync_not_supported", @"The synchronous method is not supported by '{0}' for HTTP/2 or higher. Either use an asynchronous method or downgrade the request version to HTTP/1.1 or lower.");
282internal static string @net_http_upgrade_not_enabled_sync => GetResourceString("net_http_upgrade_not_enabled_sync", @"HTTP request version upgrade is not enabled for synchronous '{0}'. Do not use '{1}' version policy for synchronous HTTP methods.");
284internal static string @net_http_requested_version_cannot_establish => GetResourceString("net_http_requested_version_cannot_establish", @"Requesting HTTP version {0} with version policy {1} while unable to establish HTTP/{2} connection.");
286internal static string @net_http_requested_version_server_refused => GetResourceString("net_http_requested_version_server_refused", @"Requesting HTTP version {0} with version policy {1} while server offers only version fallback.");
288internal static string @net_http_exception_during_plaintext_filter => GetResourceString("net_http_exception_during_plaintext_filter", @"An exception occurred while invoking the PlaintextStreamFilter.");
290internal static string @net_http_null_from_connect_callback => GetResourceString("net_http_null_from_connect_callback", @"The user-supplied ConnectCallback returned null.");
292internal static string @net_http_null_from_plaintext_filter => GetResourceString("net_http_null_from_plaintext_filter", @"The user-supplied PlaintextStreamFilter returned null.");
294internal static string @net_http_marshalling_response_promise_from_fetch => GetResourceString("net_http_marshalling_response_promise_from_fetch", @"Internal error marshalling the response Promise from `fetch`.");
296internal static string @net_http_synchronous_reads_not_supported => GetResourceString("net_http_synchronous_reads_not_supported", @"Synchronous reads are not supported, use ReadAsync instead.");
298internal static string @net_http_synchronous_writes_not_supported => GetResourceString("net_http_synchronous_writes_not_supported", @"Synchronous writes are not supported, use WriteAsync instead.");
300internal static string @net_socks_auth_failed => GetResourceString("net_socks_auth_failed", @"Failed to authenticate with the SOCKS server.");
302internal static string @net_socks_bad_address_type => GetResourceString("net_socks_bad_address_type", @"SOCKS server returned an unknown address type.");
304internal static string @net_socks_connection_failed => GetResourceString("net_socks_connection_failed", @"SOCKS server failed to connect to the destination. Received error code 0x{0}.");
306internal static string @net_socks_ipv6_notsupported => GetResourceString("net_socks_ipv6_notsupported", @"SOCKS4 does not support IPv6 addresses.");
308internal static string @net_socks_no_auth_method => GetResourceString("net_socks_no_auth_method", @"SOCKS server did not return a suitable authentication method.");
310internal static string @net_socks_no_ipv4_address => GetResourceString("net_socks_no_ipv4_address", @"Failed to resolve the destination host to an IPv4 address.");
312internal static string @net_socks_unexpected_version => GetResourceString("net_socks_unexpected_version", @"Unexpected SOCKS protocol version. Required {0}, got {1}.");
314internal static string @net_socks_string_too_long => GetResourceString("net_socks_string_too_long", @"Encoding the {0} took more than the maximum of 255 bytes.");
316internal static string @net_socks_auth_required => GetResourceString("net_socks_auth_required", @"SOCKS server requested username & password authentication.");
318internal static string @net_http_proxy_tunnel_returned_failure_status_code => GetResourceString("net_http_proxy_tunnel_returned_failure_status_code", @"The proxy tunnel request to proxy '{0}' failed with status code '{1}'.""");
320internal static string @net_http_proxy_tunnel_error => GetResourceString("net_http_proxy_tunnel_error", @"An error occurred while establishing a connection to the proxy tunnel.");
322internal static string @PlatformNotSupported_NetHttp => GetResourceString("PlatformNotSupported_NetHttp", @"System.Net.Http is not supported on this platform.");
324internal static string @net_http_chunk_too_large => GetResourceString("net_http_chunk_too_large", @"The HTTP/1.1 response chunk was too large.");
326internal static string @net_unsupported_extended_connect => GetResourceString("net_unsupported_extended_connect", @"Failed to establish web socket connection over HTTP/2 because extended CONNECT is not supported. Try to downgrade the request version to HTTP/1.1.");
328internal static string @net_ping_request_timed_out => GetResourceString("net_ping_request_timed_out", @"The HTTP/2 server didn't respond to a ping request within the configured KeepAlivePingDelay.");