26 references to GetResourceString
System.Net.Http.WinHttpHandler (26)
artifacts\obj\System.Net.Http.WinHttpHandler\Debug\net10.0\System.SR.cs (26)
16internal static string @net_securityprotocolnotsupported => GetResourceString("net_securityprotocolnotsupported", @"The requested security protocol is not supported."); 18internal static string @net_http_invalid_cookiecontainer => GetResourceString("net_http_invalid_cookiecontainer", @"When using CookieUsePolicy.UseSpecifiedCookieContainer, the CookieContainer property must not be null."); 20internal 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."); 22internal static string @net_http_invalid_proxy => GetResourceString("net_http_invalid_proxy", @"When using WindowsProxyUsePolicy.UseCustomProxy, the Proxy property must not be null."); 24internal static string @net_http_handler_norequest => GetResourceString("net_http_handler_norequest", @"A request message must be provided. It cannot be null."); 26internal 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."); 28internal static string @net_http_client_execution_error => GetResourceString("net_http_client_execution_error", @"An error occurred while sending the request."); 30internal static string @net_http_io_read => GetResourceString("net_http_io_read", @"The read operation failed, see inner exception."); 32internal 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."); 34internal static string @net_http_io_write => GetResourceString("net_http_io_write", @"The write operation failed, see inner exception."); 36internal 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."); 38internal 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."); 40internal 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}."); 42internal static string @net_http_username_empty_string => GetResourceString("net_http_username_empty_string", @"The username for a credential object cannot be null or empty."); 44internal 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."); 46internal static string @net_http_buffer_insufficient_length => GetResourceString("net_http_buffer_insufficient_length", @"The buffer was not long enough."); 48internal static string @ArgumentOutOfRange_NeedPosNum => GetResourceString("ArgumentOutOfRange_NeedPosNum", @"Positive number required."); 50internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"Stream does not support reading."); 52internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"Stream does not support writing."); 54internal static string @ObjectDisposed_StreamClosed => GetResourceString("ObjectDisposed_StreamClosed", @"Cannot access a closed stream."); 56internal 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."); 58internal static string @net_http_winhttp_error => GetResourceString("net_http_winhttp_error", @"Error {0} calling {1}, '{2}'."); 60internal static string @PlatformNotSupported_WinHttpHandler => GetResourceString("PlatformNotSupported_WinHttpHandler", @"WinHttpHandler is only supported on .NET Framework and .NET runtimes on Windows. It is not supported for Windows Store Applications (UWP) or Unix platforms."); 62internal static string @net_http_unsupported_requesturi_scheme => GetResourceString("net_http_unsupported_requesturi_scheme", @"The '{0}' scheme is not supported."); 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_version => GetResourceString("net_http_unsupported_version", @"Request version value must be one of 1.0, 1.1, 2.0, or 3.0.");