69 references to GetResourceString
System.Net.Requests (69)
artifacts\obj\System.Net.Requests\Debug\net11.0-unix\System.SR.cs (69)
16internal static string @net_unknown_prefix => GetResourceString("net_unknown_prefix", @"The URI prefix is not recognized."); 18internal static string @net_reqsubmitted => GetResourceString("net_reqsubmitted", @"This operation cannot be performed after the request has been submitted."); 20internal static string @net_io_timeout_use_ge_zero => GetResourceString("net_io_timeout_use_ge_zero", @"Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value >= 0."); 22internal static string @net_writestarted => GetResourceString("net_writestarted", @"This property cannot be set after writing has started."); 24internal static string @net_badmethod => GetResourceString("net_badmethod", @"Cannot set null or blank methods on request."); 26internal static string @net_io_invalidasyncresult => GetResourceString("net_io_invalidasyncresult", @"The IAsyncResult object was not returned from the corresponding asynchronous method on this class."); 28internal static string @net_io_invalidendcall => GetResourceString("net_io_invalidendcall", @"{0} can only be called once for each asynchronous operation."); 30internal static string @net_servererror => GetResourceString("net_servererror", @"The remote server returned an error: ({0}) {1}."); 32internal static string @net_reqaborted => GetResourceString("net_reqaborted", @"The request was aborted: The request was canceled."); 34internal static string @net_MethodNotImplementedException => GetResourceString("net_MethodNotImplementedException", @"This method is not implemented by this class."); 36internal static string @net_PropertyNotImplementedException => GetResourceString("net_PropertyNotImplementedException", @"This property is not implemented by this class."); 38internal static string @net_nouploadonget => GetResourceString("net_nouploadonget", @"Cannot send a content-body with this verb-type."); 40internal static string @net_repcall => GetResourceString("net_repcall", @"Cannot re-call BeginGetRequestStream/BeginGetResponse while a previous call is still in progress."); 42internal static string @net_invalid_enum => GetResourceString("net_invalid_enum", @"The specified value is not valid in the '{0}' enumeration."); 44internal static string @net_securityprotocolnotsupported => GetResourceString("net_securityprotocolnotsupported", @"The requested security protocol is not supported."); 46internal static string @net_requestaborted => GetResourceString("net_requestaborted", @"The request was aborted: {0}."); 48internal static string @net_webstatus_Timeout => GetResourceString("net_webstatus_Timeout", @"The operation has timed out."); 50internal static string @net_baddate => GetResourceString("net_baddate", @"The value of the date string in the header is invalid."); 52internal static string @net_connarg => GetResourceString("net_connarg", @"Keep-Alive and Close may not be set using this property."); 54internal static string @net_fromto => GetResourceString("net_fromto", @"The From parameter cannot be greater than To."); 56internal static string @net_needchunked => GetResourceString("net_needchunked", @"TransferEncoding requires the SendChunked property to be set to true."); 58internal static string @net_no100 => GetResourceString("net_no100", @"100-Continue may not be set using this property."); 60internal static string @net_nochunked => GetResourceString("net_nochunked", @"Chunked encoding must be set via the SendChunked property."); 62internal static string @net_nottoken => GetResourceString("net_nottoken", @"The supplied string is not a valid HTTP token."); 64internal static string @net_rangetoosmall => GetResourceString("net_rangetoosmall", @"The From or To parameter cannot be less than 0."); 66internal static string @net_rangetype => GetResourceString("net_rangetype", @"A different range specifier has already been added to this request."); 68internal static string @net_wrongversion => GetResourceString("net_wrongversion", @"Only HTTP/1.0 and HTTP/1.1 version requests are currently supported."); 70internal static string @net_WebHeaderInvalidControlChars => GetResourceString("net_WebHeaderInvalidControlChars", @"Specified value has invalid Control characters."); 72internal static string @net_WebHeaderInvalidCRLFChars => GetResourceString("net_WebHeaderInvalidCRLFChars", @"Specified value has invalid CRLF characters."); 74internal static string @net_WebHeaderInvalidHeaderChars => GetResourceString("net_WebHeaderInvalidHeaderChars", @"Specified value has invalid HTTP Header characters."); 76internal static string @net_timeout => GetResourceString("net_timeout", @"The operation has timed out."); 78internal static string @net_completed_result => GetResourceString("net_completed_result", @"This operation cannot be performed on a completed asynchronous result object."); 80internal static string @net_PropertyNotSupportedException => GetResourceString("net_PropertyNotSupportedException", @"This property is not supported by this class."); 82internal static string @net_InvalidStatusCode => GetResourceString("net_InvalidStatusCode", @"The server returned a status code outside the valid range of 100-599."); 84internal static string @net_io_timeout_use_gt_zero => GetResourceString("net_io_timeout_use_gt_zero", @"Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value > 0."); 86internal static string @net_ftp_servererror => GetResourceString("net_ftp_servererror", @"The remote server returned an error: {0}."); 88internal static string @net_ftp_active_address_different => GetResourceString("net_ftp_active_address_different", @"The data connection was made from an address that is different than the address to which the FTP connection was made."); 90internal static string @net_ftp_invalid_response_filename => GetResourceString("net_ftp_invalid_response_filename", @"The server returned the filename ({0}) which is not valid."); 92internal static string @net_ftp_invalid_status_response => GetResourceString("net_ftp_invalid_status_response", @"The status response ({0}) is not expected in response to '{1}' command."); 94internal static string @net_ftp_invalid_uri => GetResourceString("net_ftp_invalid_uri", @"The requested URI is invalid for this FTP command."); 96internal static string @net_ftp_no_defaultcreds => GetResourceString("net_ftp_no_defaultcreds", @"Default credentials are not supported on an FTP request."); 98internal static string @net_ftp_response_invalid_format => GetResourceString("net_ftp_response_invalid_format", @"The response string '{0}' has invalid format."); 100internal static string @net_ftp_server_failed_passive => GetResourceString("net_ftp_server_failed_passive", @"The server failed the passive mode request with status response ({0})."); 102internal static string @net_ftp_unsupported_method => GetResourceString("net_ftp_unsupported_method", @"This method is not supported."); 104internal static string @net_ftp_protocolerror => GetResourceString("net_ftp_protocolerror", @"The underlying connection was closed: The server committed a protocol violation"); 106internal static string @net_ftp_receivefailure => GetResourceString("net_ftp_receivefailure", @"The underlying connection was closed: An unexpected error occurred on a receive"); 108internal static string @net_ftp_no_newlines => GetResourceString("net_ftp_no_newlines", @"CRLF character pair is not allowed in FtpWebRequest inputs."); 110internal static string @net_webstatus_NameResolutionFailure => GetResourceString("net_webstatus_NameResolutionFailure", @"The remote name could not be resolved"); 112internal static string @net_webstatus_ConnectFailure => GetResourceString("net_webstatus_ConnectFailure", @"Unable to connect to the remote server"); 114internal static string @net_ftpstatuscode_ServiceNotAvailable => GetResourceString("net_ftpstatuscode_ServiceNotAvailable", @"Service not available, closing control connection."); 116internal static string @net_ftpstatuscode_CantOpenData => GetResourceString("net_ftpstatuscode_CantOpenData", @"Can't open data connection"); 118internal static string @net_ftpstatuscode_ConnectionClosed => GetResourceString("net_ftpstatuscode_ConnectionClosed", @"Connection closed; transfer aborted"); 120internal static string @net_ftpstatuscode_ActionNotTakenFileUnavailableOrBusy => GetResourceString("net_ftpstatuscode_ActionNotTakenFileUnavailableOrBusy", @"File unavailable (e.g., file busy)"); 122internal static string @net_ftpstatuscode_ActionAbortedLocalProcessingError => GetResourceString("net_ftpstatuscode_ActionAbortedLocalProcessingError", @"Local error in processing"); 124internal static string @net_ftpstatuscode_ActionNotTakenInsufficientSpace => GetResourceString("net_ftpstatuscode_ActionNotTakenInsufficientSpace", @"Insufficient storage space in system"); 126internal static string @net_ftpstatuscode_CommandSyntaxError => GetResourceString("net_ftpstatuscode_CommandSyntaxError", @"Syntax error, command unrecognized"); 128internal static string @net_ftpstatuscode_ArgumentSyntaxError => GetResourceString("net_ftpstatuscode_ArgumentSyntaxError", @"Syntax error in parameters or arguments"); 130internal static string @net_ftpstatuscode_CommandNotImplemented => GetResourceString("net_ftpstatuscode_CommandNotImplemented", @"Command not implemented"); 132internal static string @net_ftpstatuscode_BadCommandSequence => GetResourceString("net_ftpstatuscode_BadCommandSequence", @"Bad sequence of commands"); 134internal static string @net_ftpstatuscode_NotLoggedIn => GetResourceString("net_ftpstatuscode_NotLoggedIn", @"Not logged in"); 136internal static string @net_ftpstatuscode_AccountNeeded => GetResourceString("net_ftpstatuscode_AccountNeeded", @"Need account for storing files"); 138internal static string @net_ftpstatuscode_ActionNotTakenFileUnavailable => GetResourceString("net_ftpstatuscode_ActionNotTakenFileUnavailable", @"File unavailable (e.g., file not found, no access)"); 140internal static string @net_ftpstatuscode_ActionAbortedUnknownPageType => GetResourceString("net_ftpstatuscode_ActionAbortedUnknownPageType", @"Page type unknown"); 142internal static string @net_ftpstatuscode_FileActionAborted => GetResourceString("net_ftpstatuscode_FileActionAborted", @"Exceeded storage allocation (for current directory or data set)"); 144internal static string @net_ftpstatuscode_ActionNotTakenFilenameNotAllowed => GetResourceString("net_ftpstatuscode_ActionNotTakenFilenameNotAllowed", @"File name not allowed"); 146internal static string @net_invalid_host => GetResourceString("net_invalid_host", @"The specified value is not a valid Host header string."); 148internal static string @SystemNetRequests_PlatformNotSupported => GetResourceString("SystemNetRequests_PlatformNotSupported", @"System.Net.Requests is not supported on this platform."); 150internal static string @CacheEntryNotFound => GetResourceString("CacheEntryNotFound", @"The request was aborted: The request cache-only policy does not allow a network request and the response is not found in cache."); 152internal static string @net_maximumbindretries => GetResourceString("net_maximumbindretries", @"Reached the maximum number of BindIPEndPointDelegate retries.");