| File: src\runtime\artifacts\obj\System.Net.Http\Release\net11.0-linux\System.SR.cs | |
| Project: src\runtime\src\libraries\System.Net.Http\src\System.Net.Http.csproj (System.Net.Http) |
// <auto-generated> using System.Reflection; namespace FxResources.System.Net.Http { internal static class SR { } } namespace System { internal static partial class SR { private static global::System.Resources.ResourceManager s_resourceManager; internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Net.Http.SR))); /// <summary>The requested security protocol is not supported.</summary> internal static string @net_securityprotocolnotsupported => GetResourceString("net_securityprotocolnotsupported"); /// <summary>The format of the HTTP method is invalid.</summary> internal static string @net_http_httpmethod_format_error => GetResourceString("net_http_httpmethod_format_error"); /// <summary>The reason phrase must not contain new-line or NUL characters.</summary> internal static string @net_http_reasonphrase_format_error => GetResourceString("net_http_reasonphrase_format_error"); /// <summary>The number of elements is greater than the available space from arrayIndex to the end of the destination array.</summary> internal static string @net_http_copyto_array_too_small => GetResourceString("net_http_copyto_array_too_small"); /// <summary>The given header was not found.</summary> internal static string @net_http_headers_not_found => GetResourceString("net_http_headers_not_found"); /// <summary>Cannot add value because header '{0}' does not support multiple values.</summary> internal static string @net_http_headers_single_value_header => GetResourceString("net_http_headers_single_value_header"); /// <summary>The header name '{0}' has an invalid format.</summary> internal static string @net_http_headers_invalid_header_name => GetResourceString("net_http_headers_invalid_header_name"); /// <summary>The format of value '{0}' is invalid.</summary> internal static string @net_http_headers_invalid_value => GetResourceString("net_http_headers_invalid_value"); /// <summary>Misused header name, '{0}'. Make sure request headers are used with HttpRequestMessage, response headers with HttpResponseMessage, and content headers with HttpContent objects.</summary> internal static string @net_http_headers_not_allowed_header_name => GetResourceString("net_http_headers_not_allowed_header_name"); /// <summary>The specified value is not a valid 'Host' header string.</summary> internal static string @net_http_headers_invalid_host_header => GetResourceString("net_http_headers_invalid_host_header"); /// <summary>Invalid range. At least one of the two parameters must not be null.</summary> internal static string @net_http_headers_invalid_range => GetResourceString("net_http_headers_invalid_range"); /// <summary>New-line or NUL characters are not allowed in header values.</summary> internal static string @net_http_headers_no_newlines_no_nul => GetResourceString("net_http_headers_no_newlines_no_nul"); /// <summary>Cannot write more bytes to the buffer than the configured maximum buffer size: {0}.</summary> internal static string @net_http_content_buffersize_exceeded => GetResourceString("net_http_content_buffersize_exceeded"); /// <summary>The async operation did not return a System.Threading.Tasks.Task object.</summary> internal static string @net_http_content_no_task_returned => GetResourceString("net_http_content_no_task_returned"); /// <summary>The stream was already consumed. It cannot be read again.</summary> internal static string @net_http_content_stream_already_read => GetResourceString("net_http_content_stream_already_read"); /// <summary>The stream does not support writing.</summary> internal static string @net_http_content_readonly_stream => GetResourceString("net_http_content_readonly_stream"); /// <summary>The stream does not support reading.</summary> internal static string @net_http_content_writeonly_stream => GetResourceString("net_http_content_writeonly_stream"); /// <summary>The character set provided in ContentType is invalid. Cannot read content as string using an invalid character set.</summary> internal static string @net_http_content_invalid_charset => GetResourceString("net_http_content_invalid_charset"); /// <summary>Error while copying content to a stream.</summary> internal static string @net_http_content_stream_copy_error => GetResourceString("net_http_content_stream_copy_error"); /// <summary>The stream passed to SerializeToStream(Async) is owned by HttpContent and must not be disposed by user code.</summary> internal static string @net_http_content_buffer_stream_disposed => GetResourceString("net_http_content_buffer_stream_disposed"); /// <summary>The content's stream has already been retrieved via async ReadAsStreamAsync and cannot be subsequently accessed synchronously.</summary> internal static string @net_http_content_read_as_stream_has_task => GetResourceString("net_http_content_read_as_stream_has_task"); /// <summary>The request message was already sent. Cannot send the same request message multiple times.</summary> internal static string @net_http_client_request_already_sent => GetResourceString("net_http_client_request_already_sent"); /// <summary>This instance has already started one or more requests. Properties can only be modified before sending the first request.</summary> internal static string @net_http_operation_started => GetResourceString("net_http_operation_started"); /// <summary>An error occurred while sending the request.</summary> internal static string @net_http_client_execution_error => GetResourceString("net_http_client_execution_error"); /// <summary>The base address must be an absolute URI.</summary> internal static string @net_http_client_absolute_baseaddress_required => GetResourceString("net_http_client_absolute_baseaddress_required"); /// <summary>An invalid request URI was provided. Either the request URI must be an absolute URI or BaseAddress must be set.</summary> internal static string @net_http_client_invalid_requesturi => GetResourceString("net_http_client_invalid_requesturi"); /// <summary>The '{0}' scheme is not supported.</summary> internal static string @net_http_unsupported_requesturi_scheme => GetResourceString("net_http_unsupported_requesturi_scheme"); /// <summary>Value '{0}' is not a valid Base64 string. Error: {1}</summary> internal static string @net_http_parser_invalid_base64_string => GetResourceString("net_http_parser_invalid_base64_string"); /// <summary>Handler did not return a response message.</summary> internal static string @net_http_handler_noresponse => GetResourceString("net_http_handler_noresponse"); /// <summary>A request message must be provided. It cannot be null.</summary> internal static string @net_http_handler_norequest => GetResourceString("net_http_handler_norequest"); /// <summary>Response status code does not indicate success: {0}.</summary> internal static string @net_http_message_not_success_statuscode => GetResourceString("net_http_message_not_success_statuscode"); /// <summary>Response status code does not indicate success: {0} ({1}).</summary> internal static string @net_http_message_not_success_statuscode_reason => GetResourceString("net_http_message_not_success_statuscode_reason"); /// <summary>The field cannot be longer than {0} characters.</summary> internal static string @net_http_content_field_too_long => GetResourceString("net_http_content_field_too_long"); /// <summary>Value for header '{0}' contains new-line characters. Value: '{1}'.</summary> internal static string @net_http_log_headers_no_newlines => GetResourceString("net_http_log_headers_no_newlines"); /// <summary>The 'q' value is invalid: '{0}'.</summary> internal static string @net_http_log_headers_invalid_quality => GetResourceString("net_http_log_headers_invalid_quality"); /// <summary>The inner handler has not been assigned.</summary> internal static string @net_http_handler_not_assigned => GetResourceString("net_http_handler_not_assigned"); /// <summary>The {0} property must be set to '{1}' to use this property.</summary> internal static string @net_http_invalid_enable_first => GetResourceString("net_http_invalid_enable_first"); /// <summary>Buffering more than {0} bytes is not supported.</summary> internal static string @net_http_content_buffersize_limit => GetResourceString("net_http_content_buffersize_limit"); /// <summary>The read operation failed, see inner exception.</summary> internal static string @net_http_io_read => GetResourceString("net_http_io_read"); /// <summary>Unable to read data from the transport connection. The connection was closed before all data could be read. Expected {0} bytes, read {1} bytes.</summary> internal static string @net_http_io_read_incomplete => GetResourceString("net_http_io_read_incomplete"); /// <summary>The write operation failed, see inner exception.</summary> internal static string @net_http_io_write => GetResourceString("net_http_io_write"); /// <summary>'Transfer-Encoding: chunked' header can not be used when content object is not specified.</summary> internal static string @net_http_chunked_not_allowed_with_empty_content => GetResourceString("net_http_chunked_not_allowed_with_empty_content"); /// <summary>When using CookieUsePolicy.UseSpecifiedCookieContainer, the CookieContainer property must not be null.</summary> internal static string @net_http_invalid_cookiecontainer => GetResourceString("net_http_invalid_cookiecontainer"); /// <summary>When using a non-null Proxy, the WindowsProxyUsePolicy property must be set to WindowsProxyUsePolicy.UseCustomProxy.</summary> internal static string @net_http_invalid_proxyusepolicy => GetResourceString("net_http_invalid_proxyusepolicy"); /// <summary>When using WindowsProxyUsePolicy.UseCustomProxy, the Proxy property must not be null.</summary> internal static string @net_http_invalid_proxy => GetResourceString("net_http_invalid_proxy"); /// <summary>The specified value must be greater than {0}.</summary> internal static string @net_http_value_must_be_greater_than => GetResourceString("net_http_value_must_be_greater_than"); /// <summary>The specified value '{0}' must be greater than or equal to '{1}'.</summary> internal static string @net_http_value_must_be_greater_than_or_equal => GetResourceString("net_http_value_must_be_greater_than_or_equal"); /// <summary>The '{0}'='{1}' part of the cookie is invalid.</summary> internal static string @net_cookie_attribute => GetResourceString("net_cookie_attribute"); /// <summary>Specified file length was too large for the file system.</summary> internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig"); /// <summary>The file '{0}' already exists.</summary> internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name"); /// <summary>Unable to find the specified file.</summary> internal static string @IO_FileNotFound => GetResourceString("IO_FileNotFound"); /// <summary>Could not find file '{0}'.</summary> internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName"); /// <summary>Could not find a part of the path.</summary> internal static string @IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName"); /// <summary>Could not find a part of the path '{0}'.</summary> internal static string @IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path"); /// <summary>The specified file name or path is too long, or a component of the specified path is too long.</summary> internal static string @IO_PathTooLong => GetResourceString("IO_PathTooLong"); /// <summary>The process cannot access the file '{0}' because it is being used by another process.</summary> internal static string @IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File"); /// <summary>The process cannot access the file because it is being used by another process.</summary> internal static string @IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName"); /// <summary>Access to the path is denied.</summary> internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName"); /// <summary>Access to the path '{0}' is denied.</summary> internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path"); /// <summary>The username for a credential object cannot be null or empty.</summary> internal static string @net_http_username_empty_string => GetResourceString("net_http_username_empty_string"); /// <summary>The stream does not support concurrent I/O read or write operations.</summary> internal static string @net_http_no_concurrent_io_allowed => GetResourceString("net_http_no_concurrent_io_allowed"); /// <summary>The server returned an invalid or unrecognized response.</summary> internal static string @net_http_invalid_response => GetResourceString("net_http_invalid_response"); /// <summary>Sent {0} request content bytes, but Content-Length promised {1}.</summary> internal static string @net_http_request_content_length_mismatch => GetResourceString("net_http_request_content_length_mismatch"); /// <summary>The response ended prematurely.</summary> internal static string @net_http_invalid_response_premature_eof => GetResourceString("net_http_invalid_response_premature_eof"); /// <summary>The response ended prematurely while waiting for the next frame from the server.</summary> internal static string @net_http_invalid_response_missing_frame => GetResourceString("net_http_invalid_response_missing_frame"); /// <summary>The response ended prematurely, with at least {0} additional bytes expected.</summary> internal static string @net_http_invalid_response_premature_eof_bytecount => GetResourceString("net_http_invalid_response_premature_eof_bytecount"); /// <summary>Received chunk header length could not be parsed: '{0}'.</summary> internal static string @net_http_invalid_response_chunk_header_invalid => GetResourceString("net_http_invalid_response_chunk_header_invalid"); /// <summary>Received an invalid chunk extension: '{0}'.</summary> internal static string @net_http_invalid_response_chunk_extension_invalid => GetResourceString("net_http_invalid_response_chunk_extension_invalid"); /// <summary>Received an invalid chunk terminator: '{0}'.</summary> internal static string @net_http_invalid_response_chunk_terminator_invalid => GetResourceString("net_http_invalid_response_chunk_terminator_invalid"); /// <summary>Received an invalid status line: '{0}'.</summary> internal static string @net_http_invalid_response_status_line => GetResourceString("net_http_invalid_response_status_line"); /// <summary>Received an invalid status code: '{0}'.</summary> internal static string @net_http_invalid_response_status_code => GetResourceString("net_http_invalid_response_status_code"); /// <summary>Received status phrase could not be decoded with iso-8859-1: '{0}'.</summary> internal static string @net_http_invalid_response_status_reason => GetResourceString("net_http_invalid_response_status_reason"); /// <summary>The response contained more than one status code.</summary> internal static string @net_http_invalid_response_multiple_status_codes => GetResourceString("net_http_invalid_response_multiple_status_codes"); /// <summary>Received an invalid folded header.</summary> internal static string @net_http_invalid_response_header_folder => GetResourceString("net_http_invalid_response_header_folder"); /// <summary>Received an invalid header line: '{0}'.</summary> internal static string @net_http_invalid_response_header_line => GetResourceString("net_http_invalid_response_header_line"); /// <summary>Received an invalid header name: '{0}'.</summary> internal static string @net_http_invalid_response_header_name => GetResourceString("net_http_invalid_response_header_name"); /// <summary>The request was aborted.</summary> internal static string @net_http_request_aborted => GetResourceString("net_http_request_aborted"); /// <summary>Received an HTTP/2 pseudo-header as a trailing header.</summary> internal static string @net_http_invalid_response_pseudo_header_in_trailer => GetResourceString("net_http_invalid_response_pseudo_header_in_trailer"); /// <summary>The buffer was not long enough.</summary> internal static string @net_http_buffer_insufficient_length => GetResourceString("net_http_buffer_insufficient_length"); /// <summary>The HTTP request headers length exceeded the server limit of {0} bytes.</summary> internal static string @net_http_request_headers_exceeded_length => GetResourceString("net_http_request_headers_exceeded_length"); /// <summary>The HTTP response headers length exceeded the set limit of {0} bytes.</summary> internal static string @net_http_response_headers_exceeded_length => GetResourceString("net_http_response_headers_exceeded_length"); /// <summary>Stream does not support reading.</summary> internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream"); /// <summary>Stream does not support writing.</summary> internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream"); /// <summary>Cannot access a closed stream.</summary> internal static string @ObjectDisposed_StreamClosed => GetResourceString("ObjectDisposed_StreamClosed"); /// <summary>Only the 'http', 'https', 'socks4', 'socks4a', 'socks5', and 'socks5h' schemes are allowed for proxies.</summary> internal static string @net_http_invalid_proxy_scheme => GetResourceString("net_http_invalid_proxy_scheme"); /// <summary>Request headers must contain only ASCII characters.</summary> internal static string @net_http_request_invalid_char_encoding => GetResourceString("net_http_request_invalid_char_encoding"); /// <summary>Request Uri's host could not be Punycode encoded.</summary> internal static string @net_http_request_invalid_host_punycode => GetResourceString("net_http_request_invalid_host_punycode"); /// <summary>The SSL connection could not be established, see inner exception.</summary> internal static string @net_http_ssl_connection_failed => GetResourceString("net_http_ssl_connection_failed"); /// <summary>HTTP 1.0 does not support chunking.</summary> internal static string @net_http_unsupported_chunking => GetResourceString("net_http_unsupported_chunking"); /// <summary>Request version value must be one of 1.0, 1.1, 2.0, or 3.0.</summary> internal static string @net_http_unsupported_version => GetResourceString("net_http_unsupported_version"); /// <summary>An attempt was made to move the position before the beginning of the stream.</summary> internal static string @IO_SeekBeforeBegin => GetResourceString("IO_SeekBeforeBegin"); /// <summary>The application protocol list is invalid.</summary> internal static string @net_ssl_app_protocols_invalid => GetResourceString("net_ssl_app_protocols_invalid"); /// <summary>HTTP/2 requires TLS 1.2 or newer, but '{0}' was negotiated.</summary> internal static string @net_ssl_http2_requires_tls12 => GetResourceString("net_ssl_http2_requires_tls12"); /// <summary>The path '{0}' is too long, or a component of the specified path is too long.</summary> internal static string @IO_PathTooLong_Path => GetResourceString("IO_PathTooLong_Path"); /// <summary>CONNECT request must contain Host header.</summary> internal static string @net_http_request_no_host => GetResourceString("net_http_request_no_host"); /// <summary>Error {0} calling {1}, '{2}'.</summary> internal static string @net_http_winhttp_error => GetResourceString("net_http_winhttp_error"); /// <summary>The HTTP/2 server sent invalid data on the connection. HTTP/2 error code '{0}' (0x{1}).</summary> internal static string @net_http_http2_connection_error => GetResourceString("net_http_http2_connection_error"); /// <summary>The HTTP/2 server closed the connection. HTTP/2 error code '{0}' (0x{1}).</summary> internal static string @net_http_http2_connection_close => GetResourceString("net_http_http2_connection_close"); /// <summary>The HTTP/2 server reset the stream. HTTP/2 error code '{0}' (0x{1}).</summary> internal static string @net_http_http2_stream_error => GetResourceString("net_http_http2_stream_error"); /// <summary>The HTTP/3 server reset the stream. HTTP/3 error code '{0}' (0x{1}).</summary> internal static string @net_http_http3_stream_error => GetResourceString("net_http_http3_stream_error"); /// <summary>An HTTP/2 connection could not be established because the server did not complete the HTTP/2 handshake.</summary> internal static string @net_http_http2_connection_not_established => GetResourceString("net_http_http2_connection_not_established"); /// <summary>The initial HTTP/2 stream window size must be between {0} and {1}.</summary> internal static string @net_http_http2_invalidinitialstreamwindowsize => GetResourceString("net_http_http2_invalidinitialstreamwindowsize"); /// <summary>This method is not implemented by this class.</summary> internal static string @net_MethodNotImplementedException => GetResourceString("net_MethodNotImplementedException"); /// <summary>{0} failed with error {1}.</summary> internal static string @net_log_operation_failed_with_error => GetResourceString("net_log_operation_failed_with_error"); /// <summary>This operation cannot be performed on a completed asynchronous result object.</summary> internal static string @net_completed_result => GetResourceString("net_completed_result"); /// <summary>The specified value is not valid in the '{0}' enumeration.</summary> internal static string @net_invalid_enum => GetResourceString("net_invalid_enum"); /// <summary>Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level.</summary> internal static string @net_auth_message_not_encrypted => GetResourceString("net_auth_message_not_encrypted"); /// <summary>Authentication failed because the connection could not be reused.</summary> internal static string @net_http_authconnectionfailure => GetResourceString("net_http_authconnectionfailure"); /// <summary>Authentication validation failed with error - {0}.</summary> internal static string @net_http_authvalidationfailure => GetResourceString("net_http_authvalidationfailure"); /// <summary>Huffman-coded literal string failed to decode.</summary> internal static string @net_http_hpack_huffman_decode_failed => GetResourceString("net_http_hpack_huffman_decode_failed"); /// <summary>Incomplete header block received.</summary> internal static string @net_http_hpack_incomplete_header_block => GetResourceString("net_http_hpack_incomplete_header_block"); /// <summary>Dynamic table size update received after beginning of header block.</summary> internal static string @net_http_hpack_late_dynamic_table_size_update => GetResourceString("net_http_hpack_late_dynamic_table_size_update"); /// <summary>HPACK integer exceeds limits or has an overlong encoding.</summary> internal static string @net_http_hpack_bad_integer => GetResourceString("net_http_hpack_bad_integer"); /// <summary>The object was disposed while operations were in progress.</summary> internal static string @net_http_disposed_while_in_use => GetResourceString("net_http_disposed_while_in_use"); /// <summary>Dynamic table size update to {0} bytes exceeds limit of {1} bytes.</summary> internal static string @net_http_hpack_large_table_size_update => GetResourceString("net_http_hpack_large_table_size_update"); /// <summary>The server shut down the connection.</summary> internal static string @net_http_server_shutdown => GetResourceString("net_http_server_shutdown"); /// <summary>Invalid header index: {0} is outside of static table and no dynamic table entry found.</summary> internal static string @net_http_hpack_invalid_index => GetResourceString("net_http_hpack_invalid_index"); /// <summary>End of headers reached with incomplete token.</summary> internal static string @net_http_hpack_unexpected_end => GetResourceString("net_http_hpack_unexpected_end"); /// <summary>The HTTP headers length exceeded the set limit of {0} bytes.</summary> internal static string @net_http_headers_exceeded_length => GetResourceString("net_http_headers_exceeded_length"); /// <summary>Received an invalid header name: '{0}'.</summary> internal static string @net_http_invalid_header_name => GetResourceString("net_http_invalid_header_name"); /// <summary>An HTTP/3 connection could not be established because the server did not complete the HTTP/3 handshake.</summary> internal static string @net_http_http3_connection_not_established => GetResourceString("net_http_http3_connection_not_established"); /// <summary>The HTTP/3 server sent invalid data on the connection. HTTP/3 error code '{0}' (0x{1}).</summary> internal static string @net_http_http3_connection_error => GetResourceString("net_http_http3_connection_error"); /// <summary>The HTTP/3 server closed the connection. HTTP/3 error code '{0}' (0x{1}).</summary> internal static string @net_http_http3_connection_close => GetResourceString("net_http_http3_connection_close"); /// <summary>The QUIC connection with the HTTP/3 server failed on the transport level.</summary> internal static string @net_http_http3_connection_quic_error => GetResourceString("net_http_http3_connection_quic_error"); /// <summary>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.</summary> internal static string @net_http_retry_on_older_version => GetResourceString("net_http_retry_on_older_version"); /// <summary>Unable to write content to request stream; content would exceed Content-Length.</summary> internal static string @net_http_content_write_larger_than_content_length => GetResourceString("net_http_content_write_larger_than_content_length"); /// <summary>The HTTP/3 server attempted to reference a dynamic table index that does not exist.</summary> internal static string @net_http_qpack_no_dynamic_table => GetResourceString("net_http_qpack_no_dynamic_table"); /// <summary>The request was canceled due to the configured HttpClient.Timeout of {0} seconds elapsing.</summary> internal static string @net_http_request_timedout => GetResourceString("net_http_request_timedout"); /// <summary>A connection could not be established within the configured ConnectTimeout.</summary> internal static string @net_http_connect_timedout => GetResourceString("net_http_connect_timedout"); /// <summary>Connection aborted by peer ({0}).</summary> internal static string @net_quic_connectionaborted => GetResourceString("net_quic_connectionaborted"); /// <summary>Operation aborted.</summary> internal static string @net_quic_operationaborted => GetResourceString("net_quic_operationaborted"); /// <summary>Stream aborted by peer ({0}).</summary> internal static string @net_quic_streamaborted => GetResourceString("net_quic_streamaborted"); /// <summary>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.</summary> internal static string @net_http_missing_sync_implementation => GetResourceString("net_http_missing_sync_implementation"); /// <summary>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.</summary> internal static string @net_http_http2_sync_not_supported => GetResourceString("net_http_http2_sync_not_supported"); /// <summary>HTTP request version upgrade is not enabled for synchronous '{0}'. Do not use '{1}' version policy for synchronous HTTP methods.</summary> internal static string @net_http_upgrade_not_enabled_sync => GetResourceString("net_http_upgrade_not_enabled_sync"); /// <summary>Requesting HTTP version {0} with version policy {1} while unable to establish HTTP/{2} connection.</summary> internal static string @net_http_requested_version_cannot_establish => GetResourceString("net_http_requested_version_cannot_establish"); /// <summary>Requesting HTTP version {0} with version policy {1} while server offers only version fallback.</summary> internal static string @net_http_requested_version_server_refused => GetResourceString("net_http_requested_version_server_refused"); /// <summary>An exception occurred while invoking the PlaintextStreamFilter.</summary> internal static string @net_http_exception_during_plaintext_filter => GetResourceString("net_http_exception_during_plaintext_filter"); /// <summary>The user-supplied ConnectCallback returned null.</summary> internal static string @net_http_null_from_connect_callback => GetResourceString("net_http_null_from_connect_callback"); /// <summary>The user-supplied PlaintextStreamFilter returned null.</summary> internal static string @net_http_null_from_plaintext_filter => GetResourceString("net_http_null_from_plaintext_filter"); /// <summary>Internal error marshalling the response Promise from `fetch`.</summary> internal static string @net_http_marshalling_response_promise_from_fetch => GetResourceString("net_http_marshalling_response_promise_from_fetch"); /// <summary>Synchronous reads are not supported, use ReadAsync instead.</summary> internal static string @net_http_synchronous_reads_not_supported => GetResourceString("net_http_synchronous_reads_not_supported"); /// <summary>Synchronous writes are not supported, use WriteAsync instead.</summary> internal static string @net_http_synchronous_writes_not_supported => GetResourceString("net_http_synchronous_writes_not_supported"); /// <summary>Failed to authenticate with the SOCKS server.</summary> internal static string @net_socks_auth_failed => GetResourceString("net_socks_auth_failed"); /// <summary>SOCKS server returned an unknown address type.</summary> internal static string @net_socks_bad_address_type => GetResourceString("net_socks_bad_address_type"); /// <summary>SOCKS server failed to connect to the destination. Received error code 0x{0}.</summary> internal static string @net_socks_connection_failed => GetResourceString("net_socks_connection_failed"); /// <summary>SOCKS4 does not support IPv6 addresses.</summary> internal static string @net_socks_ipv6_notsupported => GetResourceString("net_socks_ipv6_notsupported"); /// <summary>SOCKS server did not return a suitable authentication method.</summary> internal static string @net_socks_no_auth_method => GetResourceString("net_socks_no_auth_method"); /// <summary>Failed to resolve the destination host to an IPv4 address.</summary> internal static string @net_socks_no_ipv4_address => GetResourceString("net_socks_no_ipv4_address"); /// <summary>Unexpected SOCKS protocol version. Required {0}, got {1}.</summary> internal static string @net_socks_unexpected_version => GetResourceString("net_socks_unexpected_version"); /// <summary>Encoding the {0} took more than the maximum of 255 bytes.</summary> internal static string @net_socks_string_too_long => GetResourceString("net_socks_string_too_long"); /// <summary>SOCKS server requested username & password authentication.</summary> internal static string @net_socks_auth_required => GetResourceString("net_socks_auth_required"); /// <summary>The proxy tunnel request to proxy '{0}' failed with status code '{1}'."</summary> internal static string @net_http_proxy_tunnel_returned_failure_status_code => GetResourceString("net_http_proxy_tunnel_returned_failure_status_code"); /// <summary>An error occurred while establishing a connection to the proxy tunnel.</summary> internal static string @net_http_proxy_tunnel_error => GetResourceString("net_http_proxy_tunnel_error"); /// <summary>System.Net.Http is not supported on this platform.</summary> internal static string @PlatformNotSupported_NetHttp => GetResourceString("PlatformNotSupported_NetHttp"); /// <summary>The HTTP/1.1 response chunk was too large.</summary> internal static string @net_http_chunk_too_large => GetResourceString("net_http_chunk_too_large"); /// <summary>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.</summary> internal static string @net_unsupported_extended_connect => GetResourceString("net_unsupported_extended_connect"); /// <summary>The HTTP/2 server didn't respond to a ping request within the configured KeepAlivePingDelay.</summary> internal static string @net_ping_request_timed_out => GetResourceString("net_ping_request_timed_out"); } }