File: artifacts\obj\System.Net.HttpListener\Debug\net10.0-unix\System.SR.cs
Project: src\src\libraries\System.Net.HttpListener\src\System.Net.HttpListener.csproj (System.Net.HttpListener)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Net.HttpListener
{
    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.HttpListener.SR)));
 
        /// <summary>Sending 500 response, AuthenticationSchemeSelectorDelegate threw an exception: {0}.</summary>
        internal static string @net_log_listener_delegate_exception => GetResourceString("net_log_listener_delegate_exception", @"Sending 500 response, AuthenticationSchemeSelectorDelegate threw an exception: {0}.");
        /// <summary>Received a request with an unsupported authentication scheme, Authorization:{0} SupportedSchemes:{1}.</summary>
        internal static string @net_log_listener_unsupported_authentication_scheme => GetResourceString("net_log_listener_unsupported_authentication_scheme", @"Received a request with an unsupported authentication scheme, Authorization:{0} SupportedSchemes:{1}.");
        /// <summary>Received a request with an unmatched or no authentication scheme. AuthenticationSchemes:{0}, Authorization:{1}.</summary>
        internal static string @net_log_listener_unmatched_authentication_scheme => GetResourceString("net_log_listener_unmatched_authentication_scheme", @"Received a request with an unmatched or no authentication scheme. AuthenticationSchemes:{0}, Authorization:{1}.");
        /// <summary>The IAsyncResult object was not returned from the corresponding asynchronous method on this class.</summary>
        internal static string @net_io_invalidasyncresult => GetResourceString("net_io_invalidasyncresult", @"The IAsyncResult object was not returned from the corresponding asynchronous method on this class.");
        /// <summary>{0} can only be called once for each asynchronous operation.</summary>
        internal static string @net_io_invalidendcall => GetResourceString("net_io_invalidendcall", @"{0} can only be called once for each asynchronous operation.");
        /// <summary>The byte count must not exceed {0} bytes for this stream type.</summary>
        internal static string @net_io_out_range => GetResourceString("net_io_out_range", @"The byte count must not exceed {0} bytes for this stream type.");
        /// <summary>Custom channel bindings are not supported.</summary>
        internal static string @net_listener_cannot_set_custom_cbt => GetResourceString("net_listener_cannot_set_custom_cbt", @"Custom channel bindings are not supported.");
        /// <summary>Can't detach Url group from request queue. Status code: {0}.</summary>
        internal static string @net_listener_detach_error => GetResourceString("net_listener_detach_error", @"Can't detach Url group from request queue. Status code: {0}.");
        /// <summary>Only Uri prefixes starting with 'http://' or 'https://' are supported.</summary>
        internal static string @net_listener_scheme => GetResourceString("net_listener_scheme", @"Only Uri prefixes starting with 'http://' or 'https://' are supported.");
        /// <summary>Only Uri prefixes with a valid hostname are supported.</summary>
        internal static string @net_listener_host => GetResourceString("net_listener_host", @"Only Uri prefixes with a valid hostname are supported.");
        /// <summary>The request is not supported.</summary>
        internal static string @net_listener_not_supported => GetResourceString("net_listener_not_supported", @"The request is not supported.");
        /// <summary>Please call the {0} method before calling this method.</summary>
        internal static string @net_listener_mustcall => GetResourceString("net_listener_mustcall", @"Please call the {0} method before calling this method.");
        /// <summary>Only Uri prefixes ending in '/' are allowed.</summary>
        internal static string @net_listener_slash => GetResourceString("net_listener_slash", @"Only Uri prefixes ending in '/' are allowed.");
        /// <summary>Failed to listen on prefix '{0}' because it conflicts with an existing registration on the machine.</summary>
        internal static string @net_listener_already => GetResourceString("net_listener_already", @"Failed to listen on prefix '{0}' because it conflicts with an existing registration on the machine.");
        /// <summary>No channel binding check because extended protection is disabled.</summary>
        internal static string @net_log_listener_no_cbt_disabled => GetResourceString("net_log_listener_no_cbt_disabled", @"No channel binding check because extended protection is disabled.");
        /// <summary>No channel binding check for requests without a secure channel.</summary>
        internal static string @net_log_listener_no_cbt_http => GetResourceString("net_log_listener_no_cbt_http", @"No channel binding check for requests without a secure channel.");
        /// <summary>No channel binding check for the trusted proxy scenario.</summary>
        internal static string @net_log_listener_no_cbt_trustedproxy => GetResourceString("net_log_listener_no_cbt_trustedproxy", @"No channel binding check for the trusted proxy scenario.");
        /// <summary>Channel binding check enabled.</summary>
        internal static string @net_log_listener_cbt => GetResourceString("net_log_listener_cbt", @"Channel binding check enabled.");
        /// <summary>No explicit service name check because Kerberos authentication already validates the service name.</summary>
        internal static string @net_log_listener_no_spn_kerberos => GetResourceString("net_log_listener_no_spn_kerberos", @"No explicit service name check because Kerberos authentication already validates the service name.");
        /// <summary>No service name check because extended protection is disabled.</summary>
        internal static string @net_log_listener_no_spn_disabled => GetResourceString("net_log_listener_no_spn_disabled", @"No service name check because extended protection is disabled.");
        /// <summary>No service name check because the channel binding was already checked.</summary>
        internal static string @net_log_listener_no_spn_cbt => GetResourceString("net_log_listener_no_spn_cbt", @"No service name check because the channel binding was already checked.");
        /// <summary>No service name check because the client did not provide a service name and the server was configured for PolicyEnforcement.WhenSupported.</summary>
        internal static string @net_log_listener_no_spn_whensupported => GetResourceString("net_log_listener_no_spn_whensupported", @"No service name check because the client did not provide a service name and the server was configured for PolicyEnforcement.WhenSupported.");
        /// <summary>No service name check because the authentication was from a client on the local machine.</summary>
        internal static string @net_log_listener_no_spn_loopback => GetResourceString("net_log_listener_no_spn_loopback", @"No service name check because the authentication was from a client on the local machine.");
        /// <summary>Client provided service name '{0}'.</summary>
        internal static string @net_log_listener_spn => GetResourceString("net_log_listener_spn", @"Client provided service name '{0}'.");
        /// <summary>Service name check succeeded.</summary>
        internal static string @net_log_listener_spn_passed => GetResourceString("net_log_listener_spn_passed", @"Service name check succeeded.");
        /// <summary>Service name check failed.</summary>
        internal static string @net_log_listener_spn_failed => GetResourceString("net_log_listener_spn_failed", @"Service name check failed.");
        /// <summary>Service name check failed because the client did not provide a service name and the server was configured for PolicyEnforcement.Always.</summary>
        internal static string @net_log_listener_spn_failed_always => GetResourceString("net_log_listener_spn_failed_always", @"Service name check failed because the client did not provide a service name and the server was configured for PolicyEnforcement.Always.");
        /// <summary>No acceptable service names were configured!</summary>
        internal static string @net_log_listener_spn_failed_empty => GetResourceString("net_log_listener_spn_failed_empty", @"No acceptable service names were configured!");
        /// <summary>Dumping acceptable service names:</summary>
        internal static string @net_log_listener_spn_failed_dump => GetResourceString("net_log_listener_spn_failed_dump", @"Dumping acceptable service names:");
        /// <summary>Adding default service name '{0}' from prefix '{1}'.</summary>
        internal static string @net_log_listener_spn_add => GetResourceString("net_log_listener_spn_add", @"Adding default service name '{0}' from prefix '{1}'.");
        /// <summary>No default service name added for prefix '{0}'.</summary>
        internal static string @net_log_listener_spn_not_add => GetResourceString("net_log_listener_spn_not_add", @"No default service name added for prefix '{0}'.");
        /// <summary>Removing default service name '{0}' from prefix '{1}'.</summary>
        internal static string @net_log_listener_spn_remove => GetResourceString("net_log_listener_spn_remove", @"Removing default service name '{0}' from prefix '{1}'.");
        /// <summary>No default service name removed for prefix '{0}'.</summary>
        internal static string @net_log_listener_spn_not_remove => GetResourceString("net_log_listener_spn_not_remove", @"No default service name removed for prefix '{0}'.");
        /// <summary>No service names could be determined from the registered prefixes. Either add prefixes from which default service names can be derived or specify an ExtendedProtectionPolicy object which contains an explicit list of service names.</summary>
        internal static string @net_listener_no_spns => GetResourceString("net_listener_no_spns", @"No service names could be determined from the registered prefixes. Either add prefixes from which default service names can be derived or specify an ExtendedProtectionPolicy object which contains an explicit list of service names.");
        /// <summary>The Security Service Providers don't support extended protection. Please install the latest Security Service Providers update.</summary>
        internal static string @net_ssp_dont_support_cbt => GetResourceString("net_ssp_dont_support_cbt", @"The Security Service Providers don't support extended protection. Please install the latest Security Service Providers update.");
        /// <summary>This property is not implemented by this class.</summary>
        internal static string @net_PropertyNotImplementedException => GetResourceString("net_PropertyNotImplementedException", @"This property is not implemented by this class.");
        /// <summary>The target array is too small.</summary>
        internal static string @net_array_too_small => GetResourceString("net_array_too_small", @"The target array is too small.");
        /// <summary>The in-progress method {0} must be completed first.</summary>
        internal static string @net_listener_mustcompletecall => GetResourceString("net_listener_mustcompletecall", @"The in-progress method {0} must be completed first.");
        /// <summary>Querying the {0} Channel Binding is not supported.</summary>
        internal static string @net_listener_invalid_cbt_type => GetResourceString("net_listener_invalid_cbt_type", @"Querying the {0} Channel Binding is not supported.");
        /// <summary>Cannot re-call {0} while a previous call is still in progress.</summary>
        internal static string @net_listener_callinprogress => GetResourceString("net_listener_callinprogress", @"Cannot re-call {0} while a previous call is still in progress.");
        /// <summary>Can't create Uri from string '{0}://{1}{2}{3}'.</summary>
        internal static string @net_log_listener_cant_create_uri => GetResourceString("net_log_listener_cant_create_uri", @"Can't create Uri from string '{0}://{1}{2}{3}'.");
        /// <summary>Can't convert Uri path '{0}' using encoding '{1}'.</summary>
        internal static string @net_log_listener_cant_convert_raw_path => GetResourceString("net_log_listener_cant_convert_raw_path", @"Can't convert Uri path '{0}' using encoding '{1}'.");
        /// <summary>Can't convert percent encoded value '{0}'.</summary>
        internal static string @net_log_listener_cant_convert_percent_value => GetResourceString("net_log_listener_cant_convert_percent_value", @"Can't convert percent encoded value '{0}'.");
        /// <summary>Can't convert string '{0}' into UTF-8 bytes: {1}</summary>
        internal static string @net_log_listener_cant_convert_to_utf8 => GetResourceString("net_log_listener_cant_convert_to_utf8", @"Can't convert string '{0}' into UTF-8 bytes: {1}");
        /// <summary>Can't convert bytes '{0}' into UTF-16 characters: {1}</summary>
        internal static string @net_log_listener_cant_convert_bytes => GetResourceString("net_log_listener_cant_convert_bytes", @"Can't convert bytes '{0}' into UTF-16 characters: {1}");
        /// <summary>The status code must be exactly three digits.</summary>
        internal static string @net_invalidstatus => GetResourceString("net_invalidstatus", @"The status code must be exactly three digits.");
        /// <summary>Specified value has invalid Control characters.</summary>
        internal static string @net_WebHeaderInvalidControlChars => GetResourceString("net_WebHeaderInvalidControlChars", @"Specified value has invalid Control characters.");
        /// <summary>This operation cannot be performed after the response has been submitted.</summary>
        internal static string @net_rspsubmitted => GetResourceString("net_rspsubmitted", @"This operation cannot be performed after the response has been submitted.");
        /// <summary>Chunked encoding upload is not supported on the HTTP/1.0 protocol.</summary>
        internal static string @net_nochunkuploadonhttp10 => GetResourceString("net_nochunkuploadonhttp10", @"Chunked encoding upload is not supported on the HTTP/1.0 protocol.");
        /// <summary>Cookie already exists.</summary>
        internal static string @net_cookie_exists => GetResourceString("net_cookie_exists", @"Cookie already exists.");
        /// <summary>Only HTTP/1.0 and HTTP/1.1 version requests are currently supported.</summary>
        internal static string @net_wrongversion => GetResourceString("net_wrongversion", @"Only HTTP/1.0 and HTTP/1.1 version requests are currently supported.");
        /// <summary>This stream does not support seek operations.</summary>
        internal static string @net_noseek => GetResourceString("net_noseek", @"This stream does not support seek operations.");
        /// <summary>The stream does not support reading.</summary>
        internal static string @net_writeonlystream => GetResourceString("net_writeonlystream", @"The stream does not support reading.");
        /// <summary>Bytes to be written to the stream exceed the Content-Length bytes size specified.</summary>
        internal static string @net_entitytoobig => GetResourceString("net_entitytoobig", @"Bytes to be written to the stream exceed the Content-Length bytes size specified.");
        /// <summary>Cannot close stream until all bytes are written.</summary>
        internal static string @net_io_notenoughbyteswritten => GetResourceString("net_io_notenoughbyteswritten", @"Cannot close stream until all bytes are written.");
        /// <summary>Can't close Url group. Status code: {0}.</summary>
        internal static string @net_listener_close_urlgroup_error => GetResourceString("net_listener_close_urlgroup_error", @"Can't close Url group. Status code: {0}.");
        /// <summary>An error occurred when sending the WebSocket HTTP upgrade response during the {0} operation. The HRESULT returned is '{1}'</summary>
        internal static string @net_WebSockets_NativeSendResponseHeaders => GetResourceString("net_WebSockets_NativeSendResponseHeaders", @"An error occurred when sending the WebSocket HTTP upgrade response during the {0} operation. The HRESULT returned is '{1}'");
        /// <summary>The WebSocket client did not request any protocols, but server attempted to accept '{0}' protocol(s).</summary>
        internal static string @net_WebSockets_ClientAcceptingNoProtocols => GetResourceString("net_WebSockets_ClientAcceptingNoProtocols", @"The WebSocket client did not request any protocols, but server attempted to accept '{0}' protocol(s).");
        /// <summary>The WebSocket client request requested '{0}' protocol(s), but server is only accepting '{1}' protocol(s).</summary>
        internal static string @net_WebSockets_AcceptUnsupportedProtocol => GetResourceString("net_WebSockets_AcceptUnsupportedProtocol", @"The WebSocket client request requested '{0}' protocol(s), but server is only accepting '{1}' protocol(s).");
        /// <summary>The {0} operation was called on an incoming request that did not specify a '{1}: {2}' header or the {2} header not contain '{3}'. {2} specified by the client was '{4}'.</summary>
        internal static string @net_WebSockets_AcceptNotAWebSocket => GetResourceString("net_WebSockets_AcceptNotAWebSocket", @"The {0} operation was called on an incoming request that did not specify a '{1}: {2}' header or the {2} header not contain '{3}'. {2} specified by the client was '{4}'.");
        /// <summary>The {0} operation was called on an incoming WebSocket request without required '{1}' header.</summary>
        internal static string @net_WebSockets_AcceptHeaderNotFound => GetResourceString("net_WebSockets_AcceptHeaderNotFound", @"The {0} operation was called on an incoming WebSocket request without required '{1}' header.");
        /// <summary>The {0} operation was called on an incoming request with WebSocket version '{1}', expected '{2}'.</summary>
        internal static string @net_WebSockets_AcceptUnsupportedWebSocketVersion => GetResourceString("net_WebSockets_AcceptUnsupportedWebSocketVersion", @"The {0} operation was called on an incoming request with WebSocket version '{1}', expected '{2}'.");
        /// <summary>The WebSocket protocol '{0}' is invalid because it contains the invalid character '{1}'.</summary>
        internal static string @net_WebSockets_InvalidCharInProtocolString => GetResourceString("net_WebSockets_InvalidCharInProtocolString", @"The WebSocket protocol '{0}' is invalid because it contains the invalid character '{1}'.");
        /// <summary>The close status description '{0}' is invalid. When using close status code '{1}' the description must be null.</summary>
        internal static string @net_WebSockets_ReasonNotNull => GetResourceString("net_WebSockets_ReasonNotNull", @"The close status description '{0}' is invalid. When using close status code '{1}' the description must be null.");
        /// <summary>The close status code '{0}' is reserved for system use only and cannot be specified when calling this method.</summary>
        internal static string @net_WebSockets_InvalidCloseStatusCode => GetResourceString("net_WebSockets_InvalidCloseStatusCode", @"The close status code '{0}' is reserved for system use only and cannot be specified when calling this method.");
        /// <summary>The close status description '{0}' is too long. The UTF-8 representation of the status description must not be longer than {1} bytes.</summary>
        internal static string @net_WebSockets_InvalidCloseStatusDescription => GetResourceString("net_WebSockets_InvalidCloseStatusDescription", @"The close status description '{0}' is too long. The UTF-8 representation of the status description must not be longer than {1} bytes.");
        /// <summary>The WebSocket protocol is not supported on this platform.</summary>
        internal static string @net_WebSockets_UnsupportedPlatform => GetResourceString("net_WebSockets_UnsupportedPlatform", @"The WebSocket protocol is not supported on this platform.");
        /// <summary>The stream does not support writing.</summary>
        internal static string @net_readonlystream => GetResourceString("net_readonlystream", @"The stream does not support writing.");
        /// <summary>The '{0}' instance cannot be used for communication because it has been transitioned into the '{1}' state.</summary>
        internal static string @net_WebSockets_InvalidState_ClosedOrAborted => GetResourceString("net_WebSockets_InvalidState_ClosedOrAborted", @"The '{0}' instance cannot be used for communication because it has been transitioned into the '{1}' state.");
        /// <summary>The WebSocket is in an invalid state for this operation. The '{0}' method has already been called before on this instance. Use '{1}' instead to keep being able to receive data but close the output channel.</summary>
        internal static string @net_WebSockets_ReceiveAsyncDisallowedAfterCloseAsync => GetResourceString("net_WebSockets_ReceiveAsyncDisallowedAfterCloseAsync", @"The WebSocket is in an invalid state for this operation. The '{0}' method has already been called before on this instance. Use '{1}' instead to keep being able to receive data but close the output channel.");
        /// <summary>There is already one outstanding '{0}' call for this WebSocket instance. ReceiveAsync and SendAsync can be called simultaneously, but at most one outstanding operation for each of them is allowed at the same time.</summary>
        internal static string @net_Websockets_AlreadyOneOutstandingOperation => GetResourceString("net_Websockets_AlreadyOneOutstandingOperation", @"There is already one outstanding '{0}' call for this WebSocket instance. ReceiveAsync and SendAsync can be called simultaneously, but at most one outstanding operation for each of them is allowed at the same time.");
        /// <summary>The received message type '{2}' is invalid after calling {0}. {0} should only be used if no more data is expected from the remote endpoint. Use '{1}' instead to keep being able to receive data but close the output channel.</summary>
        internal static string @net_WebSockets_InvalidMessageType => GetResourceString("net_WebSockets_InvalidMessageType", @"The received message type '{2}' is invalid after calling {0}. {0} should only be used if no more data is expected from the remote endpoint. Use '{1}' instead to keep being able to receive data but close the output channel.");
        /// <summary>The buffer type '{0}' is invalid. Valid buffer types are: '{1}', '{2}', '{3}', '{4}', '{5}'.</summary>
        internal static string @net_WebSockets_InvalidBufferType => GetResourceString("net_WebSockets_InvalidBufferType", @"The buffer type '{0}' is invalid. Valid buffer types are: '{1}', '{2}', '{3}', '{4}', '{5}'.");
        /// <summary>The byte array must have a length of at least '{0}' bytes.</summary>
        internal static string @net_WebSockets_ArgumentOutOfRange_InternalBuffer => GetResourceString("net_WebSockets_ArgumentOutOfRange_InternalBuffer", @"The byte array must have a length of at least '{0}' bytes.");
        /// <summary>The message type '{0}' is not allowed for the '{1}' operation. Valid message types are: '{2}, {3}'. To close the WebSocket, use the '{4}' operation instead.</summary>
        internal static string @net_WebSockets_Argument_InvalidMessageType => GetResourceString("net_WebSockets_Argument_InvalidMessageType", @"The message type '{0}' is not allowed for the '{1}' operation. Valid message types are: '{2}, {3}'. To close the WebSocket, use the '{4}' operation instead.");
        /// <summary>The requested security package is not supported.</summary>
        internal static string @net_securitypackagesupport => GetResourceString("net_securitypackagesupport", @"The requested security package is not supported.");
        /// <summary>{0} failed with error {1}.</summary>
        internal static string @net_log_operation_failed_with_error => GetResourceString("net_log_operation_failed_with_error", @"{0} failed with error {1}.");
        /// <summary>This method is not implemented by this class.</summary>
        internal static string @net_MethodNotImplementedException => GetResourceString("net_MethodNotImplementedException", @"This method is not implemented by this class.");
        /// <summary>The specified value is not valid in the '{0}' enumeration.</summary>
        internal static string @net_invalid_enum => GetResourceString("net_invalid_enum", @"The specified value is not valid in the '{0}' enumeration.");
        /// <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", @"Protocol error: A received message contains a valid signature but it was not encrypted as required by the effective Protection Level.");
        /// <summary>'{0}' is not a supported handle type.</summary>
        internal static string @SSPIInvalidHandleType => GetResourceString("SSPIInvalidHandleType", @"'{0}' is not a supported handle type.");
        /// <summary>I/O operation aborted: '{0}'.</summary>
        internal static string @net_io_operation_aborted => GetResourceString("net_io_operation_aborted", @"I/O operation aborted: '{0}'.");
        /// <summary>Invalid path.</summary>
        internal static string @net_invalid_path => GetResourceString("net_invalid_path", @"Invalid path.");
        /// <summary>Authentication errors.</summary>
        internal static string @net_listener_auth_errors => GetResourceString("net_listener_auth_errors", @"Authentication errors.");
        /// <summary>Listener closed.</summary>
        internal static string @net_listener_close => GetResourceString("net_listener_close", @"Listener closed.");
        /// <summary>Invalid port in prefix.</summary>
        internal static string @net_invalid_port => GetResourceString("net_invalid_port", @"Invalid port in prefix.");
        /// <summary>The WebSocket is in an invalid state ('{0}') for this operation. Valid states are: '{1}'</summary>
        internal static string @net_WebSockets_InvalidState => GetResourceString("net_WebSockets_InvalidState", @"The WebSocket is in an invalid state ('{0}') for this operation. Valid states are: '{1}'");
        /// <summary>System.Net.HttpListener is not supported on this platform.</summary>
        internal static string @SystemNetHttpListener_PlatformNotSupported => GetResourceString("SystemNetHttpListener_PlatformNotSupported", @"System.Net.HttpListener is not supported on this platform.");
 
    }
}