File: artifacts\obj\System.ServiceModel.NetNamedPipe\Debug\net8.0\System.SR.cs
Project: src\src\System.ServiceModel.NetNamedPipe\src\System.ServiceModel.NetNamedPipe.csproj (System.ServiceModel.NetNamedPipe)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.ServiceModel.NetNamedPipe
{
    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.ServiceModel.NetNamedPipe.SR)));
        internal static global::System.Globalization.CultureInfo Culture { get; set; }
#if !NET20
        [global::System.Runtime.CompilerServices.MethodImpl(global::System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)]
#endif
        internal static string GetResourceString(string resourceKey, string defaultValue = null) =>  ResourceManager.GetString(resourceKey, Culture);
        /// <summary>Timeout must be greater than or equal to TimeSpan.Zero. To disable timeout, specify TimeSpan.MaxValue.</summary>
        internal static string @SFxTimeoutOutOfRange0 => GetResourceString("SFxTimeoutOutOfRange0");
        /// <summary>Timeouts larger than Int32.MaxValue TotalMilliseconds (approximately 24 days) cannot be honored. To disable timeout, specify TimeSpan.MaxValue.</summary>
        internal static string @SFxTimeoutOutOfRangeTooBig => GetResourceString("SFxTimeoutOutOfRangeTooBig");
        /// <summary>The value of this argument must be non-negative.</summary>
        internal static string @ValueMustBeNonNegative => GetResourceString("ValueMustBeNonNegative");
        /// <summary>The specified channel type {0} is not supported by this channel manager.</summary>
        internal static string @ChannelTypeNotSupported => GetResourceString("ChannelTypeNotSupported");
        /// <summary>The pipe name could not be obtained for the pipe URI: {0}</summary>
        internal static string @PipeNameCanNotBeAccessed => GetResourceString("PipeNameCanNotBeAccessed");
        /// <summary>The pipe name could not be obtained for {0}.</summary>
        internal static string @PipeNameCanNotBeAccessed2 => GetResourceString("PipeNameCanNotBeAccessed2");
        /// <summary>{0} ({1}, 0x{2})</summary>
        internal static string @PipeKnownWin32Error => GetResourceString("PipeKnownWin32Error");
        /// <summary>There was no endpoint listening at {0} that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.</summary>
        internal static string @EndpointNotFound => GetResourceString("EndpointNotFound");
        /// <summary>The pipe endpoint '{0}' could not be found on your local machine.</summary>
        internal static string @PipeEndpointNotFound => GetResourceString("PipeEndpointNotFound");
        /// <summary>URIs used with pipes must use the scheme: 'net.pipe'.</summary>
        internal static string @PipeUriSchemeWrong => GetResourceString("PipeUriSchemeWrong");
        /// <summary>Initiating Named Pipe connection.</summary>
        internal static string @TraceCodeInitiatingNamedPipeConnection => GetResourceString("TraceCodeInitiatingNamedPipeConnection");
        /// <summary>The pipe was not able to be set to message mode: {0}</summary>
        internal static string @PipeModeChangeFailed => GetResourceString("PipeModeChangeFailed");
        /// <summary>Cannot connect to endpoint '{0}'.</summary>
        internal static string @PipeConnectFailed => GetResourceString("PipeConnectFailed");
        /// <summary>A pipe endpoint exists for '{0}', but the connect failed: {1}</summary>
        internal static string @PipeConnectAddressFailed => GetResourceString("PipeConnectAddressFailed");
        /// <summary>Cannot connect to endpoint '{0}' within the allotted timeout of {1}. The server has likely reached the MaxConnections quota and is too busy to accept new connections. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        internal static string @PipeConnectTimedOutServerTooBusy => GetResourceString("PipeConnectTimedOutServerTooBusy");
        /// <summary>Cannot connect to endpoint '{0}' within the allotted timeout of {1}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        internal static string @PipeConnectTimedOut => GetResourceString("PipeConnectTimedOut");
        /// <summary>The pipe connection was aborted because an asynchronous read from the pipe did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        internal static string @PipeConnectionAbortedReadTimedOut => GetResourceString("PipeConnectionAbortedReadTimedOut");
        /// <summary>The pipe connection was aborted because an asynchronous write to the pipe did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        internal static string @PipeConnectionAbortedWriteTimedOut => GetResourceString("PipeConnectionAbortedWriteTimedOut");
        /// <summary>The pipe cannot be closed while a write to the pipe is pending.</summary>
        internal static string @PipeCantCloseWithPendingWrite => GetResourceString("PipeCantCloseWithPendingWrite");
        /// <summary>The write to the pipe did not complete within the allotted timeout of {0}. The time allotted to this operation may have been a portion of a longer timeout.</summary>
        internal static string @PipeWriteTimedOut => GetResourceString("PipeWriteTimedOut");
        /// <summary>The shutdown indicator could not be written to the pipe.  The application on the other end of the pipe may not be listening for it.  The pipe will still be closed.</summary>
        internal static string @PipeShutdownWriteError => GetResourceString("PipeShutdownWriteError");
        /// <summary>The read from the pipe expected just a signal, but received actual data.</summary>
        internal static string @PipeSignalExpected => GetResourceString("PipeSignalExpected");
        /// <summary>The shutdown indicator was not received from the pipe.  The application on the other end of the pipe may not have sent it.  The pipe will still be closed.</summary>
        internal static string @PipeShutdownReadError => GetResourceString("PipeShutdownReadError");
        /// <summary>The operation cannot be completed because the pipe was closed.  This may have been caused by the application on the other end of the pipe exiting.</summary>
        internal static string @PipeClosed => GetResourceString("PipeClosed");
        /// <summary>The pipe could not close gracefully.  This may be caused by the application on the other end of the pipe exiting.</summary>
        internal static string @PipeCloseFailed => GetResourceString("PipeCloseFailed");
        /// <summary>PipeConnection aborted</summary>
        internal static string @TraceCodePipeConnectionAbort => GetResourceString("TraceCodePipeConnectionAbort");
        /// <summary>The pipe cannot be written to or read from because it is already in the process of being closed.</summary>
        internal static string @PipeAlreadyClosing => GetResourceString("PipeAlreadyClosing");
        /// <summary>There is already a read in progress for the pipe.  Wait for the first operation to complete before attempting to read again.</summary>
        internal static string @PipeReadPending => GetResourceString("PipeReadPending");
        /// <summary>There is already a write in progress for the pipe.  Wait for the first operation to complete before attempting to write again.</summary>
        internal static string @PipeWritePending => GetResourceString("PipeWritePending");
        /// <summary>The pipe cannot be written to because it is already in the process of shutting down.</summary>
        internal static string @PipeAlreadyShuttingDown => GetResourceString("PipeAlreadyShuttingDown");
        /// <summary>An attempt to connect to the named pipe endpoint at '{1}' failed. Another attempt will be made with {0} remaining in the overall timeout.</summary>
        internal static string @TraceCodeFailedPipeConnect => GetResourceString("TraceCodeFailedPipeConnect");
        /// <summary>NetNamedPipe is not supported on this platform.</summary>
        internal static string @PlatformNotSupported_NetNamedPipe => GetResourceString("PlatformNotSupported_NetNamedPipe");
 
    }
}