|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.IO.Pipes
{
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.IO.Pipes.SR)));
/// <summary>Invalid PipeAccessRights value.</summary>
internal static string @ArgumentOutOfRange_NeedValidPipeAccessRights => GetResourceString("ArgumentOutOfRange_NeedValidPipeAccessRights", @"Invalid PipeAccessRights value.");
/// <summary>Specifying PipeAccessRights is not supported on this platform.</summary>
internal static string @PlatformNotSupported_PipeAccessRights => GetResourceString("PlatformNotSupported_PipeAccessRights", @"Specifying PipeAccessRights is not supported on this platform.");
/// <summary>This flag may not be set on a pipe.</summary>
internal static string @Argument_NonContainerInvalidAnyFlag => GetResourceString("Argument_NonContainerInvalidAnyFlag", @"This flag may not be set on a pipe.");
/// <summary>serverName cannot be an empty string. Use \\\".\\\" for current machine.</summary>
internal static string @Argument_EmptyServerName => GetResourceString("Argument_EmptyServerName", @"serverName cannot be an empty string. Use \\\"".\\\"" for current machine.");
/// <summary>Handle has been disposed or is invalid.</summary>
internal static string @Argument_InvalidHandle => GetResourceString("Argument_InvalidHandle", @"Handle has been disposed or is invalid.");
/// <summary>serverName cannot be null. Use \".\" for current machine.</summary>
internal static string @ArgumentNull_ServerName => GetResourceString("ArgumentNull_ServerName", @"serverName cannot be null. Use \"".\"" for current machine.");
/// <summary>The pipeName \"anonymous\" is reserved.</summary>
internal static string @ArgumentOutOfRange_AnonymousReserved => GetResourceString("ArgumentOutOfRange_AnonymousReserved", @"The pipeName \""anonymous\"" is reserved.");
/// <summary>For named pipes, transmission mode can be TransmissionMode.Byte or PipeTransmissionMode.Message. For anonymous pipes, transmission mode can be TransmissionMode.Byte.</summary>
internal static string @ArgumentOutOfRange_TransmissionModeByteOrMsg => GetResourceString("ArgumentOutOfRange_TransmissionModeByteOrMsg", @"For named pipes, transmission mode can be TransmissionMode.Byte or PipeTransmissionMode.Message. For anonymous pipes, transmission mode can be TransmissionMode.Byte.");
/// <summary>For named pipes, the pipe direction can be PipeDirection.In, PipeDirection.Out or PipeDirection.InOut. For anonymous pipes, the pipe direction can be PipeDirection.In or PipeDirection.Out.</summary>
internal static string @ArgumentOutOfRange_DirectionModeInOutOrInOut => GetResourceString("ArgumentOutOfRange_DirectionModeInOutOrInOut", @"For named pipes, the pipe direction can be PipeDirection.In, PipeDirection.Out or PipeDirection.InOut. For anonymous pipes, the pipe direction can be PipeDirection.In or PipeDirection.Out.");
/// <summary>TokenImpersonationLevel.None, TokenImpersonationLevel.Anonymous, TokenImpersonationLevel.Identification, TokenImpersonationLevel.Impersonation or TokenImpersonationLevel.Delegation required.</summary>
internal static string @ArgumentOutOfRange_ImpersonationInvalid => GetResourceString("ArgumentOutOfRange_ImpersonationInvalid", @"TokenImpersonationLevel.None, TokenImpersonationLevel.Anonymous, TokenImpersonationLevel.Identification, TokenImpersonationLevel.Impersonation or TokenImpersonationLevel.Delegation required.");
/// <summary>options contains an invalid flag.</summary>
internal static string @ArgumentOutOfRange_OptionsInvalid => GetResourceString("ArgumentOutOfRange_OptionsInvalid", @"options contains an invalid flag.");
/// <summary>HandleInheritability.None or HandleInheritability.Inheritable required.</summary>
internal static string @ArgumentOutOfRange_HandleInheritabilityNoneOrInheritable => GetResourceString("ArgumentOutOfRange_HandleInheritabilityNoneOrInheritable", @"HandleInheritability.None or HandleInheritability.Inheritable required.");
/// <summary>maxNumberOfServerInstances must either be a value between 1 and 254, or NamedPipeServerStream.MaxAllowedServerInstances (to obtain the maximum number allowed by system resources).</summary>
internal static string @ArgumentOutOfRange_MaxNumServerInstances => GetResourceString("ArgumentOutOfRange_MaxNumServerInstances", @"maxNumberOfServerInstances must either be a value between 1 and 254, or NamedPipeServerStream.MaxAllowedServerInstances (to obtain the maximum number allowed by system resources).");
/// <summary>Pipe hasn't been connected yet.</summary>
internal static string @InvalidOperation_PipeNotYetConnected => GetResourceString("InvalidOperation_PipeNotYetConnected", @"Pipe hasn't been connected yet.");
/// <summary>Pipe is in a disconnected state.</summary>
internal static string @InvalidOperation_PipeDisconnected => GetResourceString("InvalidOperation_PipeDisconnected", @"Pipe is in a disconnected state.");
/// <summary>Pipe handle has not been set. Did your PipeStream implementation call InitializeHandle?</summary>
internal static string @InvalidOperation_PipeHandleNotSet => GetResourceString("InvalidOperation_PipeHandleNotSet", @"Pipe handle has not been set. Did your PipeStream implementation call InitializeHandle?");
/// <summary>ReadMode is not of PipeTransmissionMode.Message.</summary>
internal static string @InvalidOperation_PipeReadModeNotMessage => GetResourceString("InvalidOperation_PipeReadModeNotMessage", @"ReadMode is not of PipeTransmissionMode.Message.");
/// <summary>Already in a connected state.</summary>
internal static string @InvalidOperation_PipeAlreadyConnected => GetResourceString("InvalidOperation_PipeAlreadyConnected", @"Already in a connected state.");
/// <summary>Already in a disconnected state.</summary>
internal static string @InvalidOperation_PipeAlreadyDisconnected => GetResourceString("InvalidOperation_PipeAlreadyDisconnected", @"Already in a disconnected state.");
/// <summary>Unable to read beyond the end of the stream.</summary>
internal static string @IO_EOF_ReadBeyondEOF => GetResourceString("IO_EOF_ReadBeyondEOF", @"Unable to read beyond the end of the stream.");
/// <summary>Unable to find the specified file.</summary>
internal static string @IO_FileNotFound => GetResourceString("IO_FileNotFound", @"Unable to find the specified file.");
/// <summary>Could not find file '{0}'.</summary>
internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName", @"Could not find file '{0}'.");
/// <summary>Cannot create '{0}' because a file or directory with the same name already exists.</summary>
internal static string @IO_AlreadyExists_Name => GetResourceString("IO_AlreadyExists_Name", @"Cannot create '{0}' because a file or directory with the same name already exists.");
/// <summary>The file '{0}' already exists.</summary>
internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name", @"The file '{0}' already exists.");
/// <summary>Pipe is broken.</summary>
internal static string @IO_IO_PipeBroken => GetResourceString("IO_IO_PipeBroken", @"Pipe is broken.");
/// <summary>IO operation was aborted unexpectedly.</summary>
internal static string @IO_OperationAborted_Unexpected => GetResourceString("IO_OperationAborted_Unexpected", @"IO operation was aborted unexpectedly.");
/// <summary>The process cannot access the file '{0}' because it is being used by another process.</summary>
internal static string @IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File", @"The process cannot access the file '{0}' because it is being used by another process.");
/// <summary>The process cannot access the file because it is being used by another process.</summary>
internal static string @IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName", @"The process cannot access the file because it is being used by another process.");
/// <summary>Pipe is broken.</summary>
internal static string @IO_PipeBroken => GetResourceString("IO_PipeBroken", @"Pipe is broken.");
/// <summary>Invalid pipe handle.</summary>
internal static string @IO_InvalidPipeHandle => GetResourceString("IO_InvalidPipeHandle", @"Invalid pipe handle.");
/// <summary>Could not find a part of the path '{0}'.</summary>
internal static string @IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path", @"Could not find a part of the path '{0}'.");
/// <summary>Could not find a part of the path.</summary>
internal static string @IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName", @"Could not find a part of the path.");
/// <summary>The specified file name or path is too long, or a component of the specified path is too long.</summary>
internal static string @IO_PathTooLong => GetResourceString("IO_PathTooLong", @"The specified file name or path is too long, or a component of the specified path is too long.");
/// <summary>Stream does not support reading.</summary>
internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"Stream does not support reading.");
/// <summary>Stream does not support seeking.</summary>
internal static string @NotSupported_UnseekableStream => GetResourceString("NotSupported_UnseekableStream", @"Stream does not support seeking.");
/// <summary>Stream does not support writing.</summary>
internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"Stream does not support writing.");
/// <summary>Anonymous pipes can only be in one direction.</summary>
internal static string @NotSupported_AnonymousPipeUnidirectional => GetResourceString("NotSupported_AnonymousPipeUnidirectional", @"Anonymous pipes can only be in one direction.");
/// <summary>Anonymous pipes do not support PipeTransmissionMode.Message ReadMode.</summary>
internal static string @NotSupported_AnonymousPipeMessagesNotSupported => GetResourceString("NotSupported_AnonymousPipeMessagesNotSupported", @"Anonymous pipes do not support PipeTransmissionMode.Message ReadMode.");
/// <summary>Cannot access a closed pipe.</summary>
internal static string @ObjectDisposed_PipeClosed => GetResourceString("ObjectDisposed_PipeClosed", @"Cannot access a closed pipe.");
/// <summary>Access to the path '{0}' is denied.</summary>
internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path", @"Access to the path '{0}' is denied.");
/// <summary>Access to the path is denied.</summary>
internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName", @"Access to the path is denied.");
/// <summary>Specified file length was too large for the file system.</summary>
internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig", @"Specified file length was too large for the file system.");
/// <summary>Message transmission mode is not supported on this platform.</summary>
internal static string @PlatformNotSupported_MessageTransmissionMode => GetResourceString("PlatformNotSupported_MessageTransmissionMode", @"Message transmission mode is not supported on this platform.");
/// <summary>Access to remote named pipes is not supported on this platform.</summary>
internal static string @PlatformNotSupported_RemotePipes => GetResourceString("PlatformNotSupported_RemotePipes", @"Access to remote named pipes is not supported on this platform.");
/// <summary>The name of a pipe on this platform must be a valid file name or a valid absolute path to a file name.</summary>
internal static string @PlatformNotSupported_InvalidPipeNameChars => GetResourceString("PlatformNotSupported_InvalidPipeNameChars", @"The name of a pipe on this platform must be a valid file name or a valid absolute path to a file name.");
/// <summary>Cannot access a closed stream.</summary>
internal static string @ObjectDisposed_StreamClosed => GetResourceString("ObjectDisposed_StreamClosed", @"Cannot access a closed stream.");
/// <summary>The operating system returned error '{0}' indicating that the operation is not supported.</summary>
internal static string @PlatformNotSupported_OperatingSystemError => GetResourceString("PlatformNotSupported_OperatingSystemError", @"The operating system returned error '{0}' indicating that the operation is not supported.");
/// <summary>All pipe instances are busy.</summary>
internal static string @IO_AllPipeInstancesAreBusy => GetResourceString("IO_AllPipeInstancesAreBusy", @"All pipe instances are busy.");
/// <summary>The path '{0}' is too long, or a component of the specified path is too long.</summary>
internal static string @IO_PathTooLong_Path => GetResourceString("IO_PathTooLong_Path", @"The path '{0}' is too long, or a component of the specified path is too long.");
/// <summary>Could not connect to the pipe because it was not owned by the current user.</summary>
internal static string @UnauthorizedAccess_NotOwnedByCurrentUser => GetResourceString("UnauthorizedAccess_NotOwnedByCurrentUser", @"Could not connect to the pipe because it was not owned by the current user.");
/// <summary>Client connection (user id {0}) was refused because it was not owned by the current user (id {1}).</summary>
internal static string @UnauthorizedAccess_ClientIsNotCurrentUser => GetResourceString("UnauthorizedAccess_ClientIsNotCurrentUser", @"Client connection (user id {0}) was refused because it was not owned by the current user (id {1}).");
/// <summary>'pipeSecurity' must be null when 'options' contains 'PipeOptions.CurrentUserOnly'.</summary>
internal static string @NotSupported_PipeSecurityIsCurrentUserOnly => GetResourceString("NotSupported_PipeSecurityIsCurrentUserOnly", @"'pipeSecurity' must be null when 'options' contains 'PipeOptions.CurrentUserOnly'.");
/// <summary>System.IO.Pipes is not supported on this platform.</summary>
internal static string @Pipes_PlatformNotSupported => GetResourceString("Pipes_PlatformNotSupported", @"System.IO.Pipes is not supported on this platform.");
}
}
|