artifacts\obj\System.IO.Pipes\Debug\net11.0-unix\System.SR.cs (53)
16internal static string @ArgumentOutOfRange_NeedValidPipeAccessRights => GetResourceString("ArgumentOutOfRange_NeedValidPipeAccessRights", @"Invalid PipeAccessRights value.");
18internal static string @PlatformNotSupported_PipeAccessRights => GetResourceString("PlatformNotSupported_PipeAccessRights", @"Specifying PipeAccessRights is not supported on this platform.");
20internal static string @Argument_NonContainerInvalidAnyFlag => GetResourceString("Argument_NonContainerInvalidAnyFlag", @"This flag may not be set on a pipe.");
22internal static string @Argument_EmptyServerName => GetResourceString("Argument_EmptyServerName", @"serverName cannot be an empty string. Use \\\"".\\\"" for current machine.");
24internal static string @Argument_InvalidHandle => GetResourceString("Argument_InvalidHandle", @"Handle has been disposed or is invalid.");
26internal static string @ArgumentNull_ServerName => GetResourceString("ArgumentNull_ServerName", @"serverName cannot be null. Use \"".\"" for current machine.");
28internal static string @ArgumentOutOfRange_AnonymousReserved => GetResourceString("ArgumentOutOfRange_AnonymousReserved", @"The pipeName \""anonymous\"" is reserved.");
30internal 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.");
32internal 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.");
34internal static string @ArgumentOutOfRange_ImpersonationInvalid => GetResourceString("ArgumentOutOfRange_ImpersonationInvalid", @"TokenImpersonationLevel.None, TokenImpersonationLevel.Anonymous, TokenImpersonationLevel.Identification, TokenImpersonationLevel.Impersonation or TokenImpersonationLevel.Delegation required.");
36internal static string @ArgumentOutOfRange_OptionsInvalid => GetResourceString("ArgumentOutOfRange_OptionsInvalid", @"options contains an invalid flag.");
38internal static string @ArgumentOutOfRange_HandleInheritabilityNoneOrInheritable => GetResourceString("ArgumentOutOfRange_HandleInheritabilityNoneOrInheritable", @"HandleInheritability.None or HandleInheritability.Inheritable required.");
40internal 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).");
42internal static string @InvalidOperation_PipeNotYetConnected => GetResourceString("InvalidOperation_PipeNotYetConnected", @"Pipe hasn't been connected yet.");
44internal static string @InvalidOperation_PipeDisconnected => GetResourceString("InvalidOperation_PipeDisconnected", @"Pipe is in a disconnected state.");
46internal static string @InvalidOperation_PipeHandleNotSet => GetResourceString("InvalidOperation_PipeHandleNotSet", @"Pipe handle has not been set. Did your PipeStream implementation call InitializeHandle?");
48internal static string @InvalidOperation_PipeReadModeNotMessage => GetResourceString("InvalidOperation_PipeReadModeNotMessage", @"ReadMode is not of PipeTransmissionMode.Message.");
50internal static string @InvalidOperation_PipeAlreadyConnected => GetResourceString("InvalidOperation_PipeAlreadyConnected", @"Already in a connected state.");
52internal static string @InvalidOperation_PipeAlreadyDisconnected => GetResourceString("InvalidOperation_PipeAlreadyDisconnected", @"Already in a disconnected state.");
54internal static string @IO_EOF_ReadBeyondEOF => GetResourceString("IO_EOF_ReadBeyondEOF", @"Unable to read beyond the end of the stream.");
56internal static string @IO_FileNotFound => GetResourceString("IO_FileNotFound", @"Unable to find the specified file.");
58internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName", @"Could not find file '{0}'.");
60internal static string @IO_AlreadyExists_Name => GetResourceString("IO_AlreadyExists_Name", @"Cannot create '{0}' because a file or directory with the same name already exists.");
62internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name", @"The file '{0}' already exists.");
64internal static string @IO_IO_PipeBroken => GetResourceString("IO_IO_PipeBroken", @"Pipe is broken.");
66internal static string @IO_OperationAborted_Unexpected => GetResourceString("IO_OperationAborted_Unexpected", @"IO operation was aborted unexpectedly.");
68internal static string @IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File", @"The process cannot access the file '{0}' because it is being used by another process.");
70internal static string @IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName", @"The process cannot access the file because it is being used by another process.");
72internal static string @IO_PipeBroken => GetResourceString("IO_PipeBroken", @"Pipe is broken.");
74internal static string @IO_InvalidPipeHandle => GetResourceString("IO_InvalidPipeHandle", @"Invalid pipe handle.");
76internal static string @IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path", @"Could not find a part of the path '{0}'.");
78internal static string @IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName", @"Could not find a part of the path.");
80internal 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.");
82internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"Stream does not support reading.");
84internal static string @NotSupported_UnseekableStream => GetResourceString("NotSupported_UnseekableStream", @"Stream does not support seeking.");
86internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"Stream does not support writing.");
88internal static string @NotSupported_AnonymousPipeUnidirectional => GetResourceString("NotSupported_AnonymousPipeUnidirectional", @"Anonymous pipes can only be in one direction.");
90internal static string @NotSupported_AnonymousPipeMessagesNotSupported => GetResourceString("NotSupported_AnonymousPipeMessagesNotSupported", @"Anonymous pipes do not support PipeTransmissionMode.Message ReadMode.");
92internal static string @ObjectDisposed_PipeClosed => GetResourceString("ObjectDisposed_PipeClosed", @"Cannot access a closed pipe.");
94internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path", @"Access to the path '{0}' is denied.");
96internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName", @"Access to the path is denied.");
98internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig", @"Specified file length was too large for the file system.");
100internal static string @PlatformNotSupported_MessageTransmissionMode => GetResourceString("PlatformNotSupported_MessageTransmissionMode", @"Message transmission mode is not supported on this platform.");
102internal static string @PlatformNotSupported_RemotePipes => GetResourceString("PlatformNotSupported_RemotePipes", @"Access to remote named pipes is not supported on this platform.");
104internal 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.");
106internal static string @ObjectDisposed_StreamClosed => GetResourceString("ObjectDisposed_StreamClosed", @"Cannot access a closed stream.");
108internal static string @PlatformNotSupported_OperatingSystemError => GetResourceString("PlatformNotSupported_OperatingSystemError", @"The operating system returned error '{0}' indicating that the operation is not supported.");
110internal static string @IO_AllPipeInstancesAreBusy => GetResourceString("IO_AllPipeInstancesAreBusy", @"All pipe instances are busy.");
112internal 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.");
114internal static string @UnauthorizedAccess_NotOwnedByCurrentUser => GetResourceString("UnauthorizedAccess_NotOwnedByCurrentUser", @"Could not connect to the pipe because it was not owned by the current user.");
116internal 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}).");
118internal static string @NotSupported_PipeSecurityIsCurrentUserOnly => GetResourceString("NotSupported_PipeSecurityIsCurrentUserOnly", @"'pipeSecurity' must be null when 'options' contains 'PipeOptions.CurrentUserOnly'.");
120internal static string @Pipes_PlatformNotSupported => GetResourceString("Pipes_PlatformNotSupported", @"System.IO.Pipes is not supported on this platform.");