File: src\runtime\artifacts\obj\System.Net.WebClient\Release\net11.0\System.SR.cs
Project: src\src\runtime\src\libraries\System.Net.WebClient\src\System.Net.WebClient.csproj (System.Net.WebClient)
// <auto-generated>
using System.Reflection;

namespace FxResources.System.Net.WebClient
{
    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.WebClient.SR)));

        /// <summary>An exception occurred during a WebClient request.</summary>
        internal static string @net_webclient => GetResourceString("net_webclient");
        /// <summary>The Content-Type header cannot be changed from its default value for this request.</summary>
        internal static string @net_webclient_ContentType => GetResourceString("net_webclient_ContentType");
        /// <summary>The Content-Type header cannot be set to a multipart type for this request.</summary>
        internal static string @net_webclient_Multipart => GetResourceString("net_webclient_Multipart");
        /// <summary>WebClient does not support concurrent I/O operations.</summary>
        internal static string @net_webclient_no_concurrent_io_allowed => GetResourceString("net_webclient_no_concurrent_io_allowed");
        /// <summary>The specified value is not a valid base address.</summary>
        internal static string @net_webclient_invalid_baseaddress => GetResourceString("net_webclient_invalid_baseaddress");
        /// <summary>The message length limit was exceeded</summary>
        internal static string @net_webstatus_MessageLengthLimitExceeded => GetResourceString("net_webstatus_MessageLengthLimitExceeded");
        /// <summary>System.Net.WebClient is not supported on this platform. Use System.Net.Http.HttpClient instead.</summary>
        internal static string @SystemNetWebClient_PlatformNotSupported => GetResourceString("SystemNetWebClient_PlatformNotSupported");

    }
}