File: artifacts\obj\System.Net.NetworkInformation\Debug\net11.0-linux\System.SR.cs
Project: src\src\libraries\System.Net.NetworkInformation\src\System.Net.NetworkInformation.csproj (System.Net.NetworkInformation)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Net.NetworkInformation
{
    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.NetworkInformation.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>This operation cannot be performed on a completed asynchronous result object.</summary>
        internal static string @net_completed_result => GetResourceString("net_completed_result", @"This operation cannot be performed on a completed asynchronous result object.");
        /// <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>An invalid physical address was specified: '{0}'.</summary>
        internal static string @net_bad_mac_address => GetResourceString("net_bad_mac_address", @"An invalid physical address was specified: '{0}'.");
        /// <summary>The collection is read-only.</summary>
        internal static string @net_collection_readonly => GetResourceString("net_collection_readonly", @"The collection is read-only.");
        /// <summary>An error was encountered while parsing network information from the operating system.</summary>
        internal static string @net_FailedToParseNetworkFile => GetResourceString("net_FailedToParseNetworkFile", @"An error was encountered while parsing network information from the operating system.");
        /// <summary>No loopback interface was found on the local machine.</summary>
        internal static string @net_NoLoopback => GetResourceString("net_NoLoopback", @"No loopback interface was found on the local machine.");
        /// <summary>The information requested is unavailable on the current platform.</summary>
        internal static string @net_InformationUnavailableOnPlatform => GetResourceString("net_InformationUnavailableOnPlatform", @"The information requested is unavailable on the current platform.");
        /// <summary>An error was encountered while querying information from the operating system.</summary>
        internal static string @net_PInvokeError => GetResourceString("net_PInvokeError", @"An error was encountered while querying information from the operating system.");
        /// <summary>System.Net.NetworkInformation is not supported on this platform.</summary>
        internal static string @SystemNetNetworkInformation_PlatformNotSupported => GetResourceString("SystemNetNetworkInformation_PlatformNotSupported", @"System.Net.NetworkInformation is not supported on this platform.");
 
    }
}