File: artifacts\obj\System.Net.Primitives\Debug\net10.0\System.SR.cs
Project: src\src\libraries\System.Net.Primitives\src\System.Net.Primitives.csproj (System.Net.Primitives)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Net.Primitives
{
    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.Primitives.SR)));
 
        /// <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>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 AddressFamily {0} is not valid for the {1} end point.</summary>
        internal static string @net_InvalidAddressFamily => GetResourceString("net_InvalidAddressFamily", @"The AddressFamily {0} is not valid for the {1} end point.");
        /// <summary>The supplied {0} is an invalid size for the {1} end point.</summary>
        internal static string @net_InvalidSocketAddressSize => GetResourceString("net_InvalidSocketAddressSize", @"The supplied {0} is an invalid size for the {1} end point.");
        /// <summary>The specified value is not valid.</summary>
        internal static string @net_sockets_invalid_optionValue_all => GetResourceString("net_sockets_invalid_optionValue_all", @"The specified value is not valid.");
        /// <summary>The parameter '{0}' cannot be an empty string.</summary>
        internal static string @net_emptystringcall => GetResourceString("net_emptystringcall", @"The parameter '{0}' cannot be an empty string.");
        /// <summary>An invalid IP address was specified.</summary>
        internal static string @dns_bad_ip_address => GetResourceString("dns_bad_ip_address", @"An invalid IP address was specified.");
        /// <summary>An invalid IP network was specified.</summary>
        internal static string @net_bad_ip_network => GetResourceString("net_bad_ip_network", @"An invalid IP network was specified.");
        /// <summary>An error occurred when adding a cookie to the container.</summary>
        internal static string @net_container_add_cookie => GetResourceString("net_container_add_cookie", @"An error occurred when adding a cookie to the container.");
        /// <summary>The value size of the cookie is '{0}'. This exceeds the configured maximum size, which is '{1}'.</summary>
        internal static string @net_cookie_size => GetResourceString("net_cookie_size", @"The value size of the cookie is '{0}'. This exceeds the configured maximum size, which is '{1}'.");
        /// <summary>An error occurred when parsing the Cookie header for Uri '{0}'.</summary>
        internal static string @net_cookie_parse_header => GetResourceString("net_cookie_parse_header", @"An error occurred when parsing the Cookie header for Uri '{0}'.");
        /// <summary>The '{0}'='{1}' part of the cookie is invalid.</summary>
        internal static string @net_cookie_attribute => GetResourceString("net_cookie_attribute", @"The '{0}'='{1}' part of the cookie is invalid.");
        /// <summary>Cookie format error.</summary>
        internal static string @net_cookie_format => GetResourceString("net_cookie_format", @"Cookie format error.");
        /// <summary>'{0}' has to be greater than '{1}' and less than '{2}'.</summary>
        internal static string @net_cookie_capacity_range => GetResourceString("net_cookie_capacity_range", @"'{0}' has to be greater than '{1}' and less than '{2}'.");
        /// <summary>The collection is read-only.</summary>
        internal static string @net_collection_readonly => GetResourceString("net_collection_readonly", @"The collection is read-only.");
        /// <summary>Default credentials cannot be supplied for the {0} authentication scheme.</summary>
        internal static string @net_nodefaultcreds => GetResourceString("net_nodefaultcreds", @"Default credentials cannot be supplied for the {0} authentication scheme.");
        /// <summary>Collection was modified after the enumerator was instantiated.</summary>
        internal static string @InvalidOperation_EnumFailedVersion => GetResourceString("InvalidOperation_EnumFailedVersion", @"Collection was modified after the enumerator was instantiated.");
        /// <summary>Enumeration has either not started or has already finished.</summary>
        internal static string @InvalidOperation_EnumOpCantHappen => GetResourceString("InvalidOperation_EnumOpCantHappen", @"Enumeration has either not started or has already finished.");
        /// <summary>An invalid IPEndPoint was specified.</summary>
        internal static string @bad_endpoint_string => GetResourceString("bad_endpoint_string", @"An invalid IPEndPoint was specified.");
        /// <summary>System.Net.Primitives is not supported on this platform.</summary>
        internal static string @PlatformNotSupported_NetPrimitives => GetResourceString("PlatformNotSupported_NetPrimitives", @"System.Net.Primitives is not supported on this platform.");
 
    }
}