Imported Upstream version 5.12.0.220

Former-commit-id: c477e03582759447177c6d4bf412cd2355aad476
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-04-24 09:31:23 +00:00
parent 8bd104cef2
commit 8fc30896db
1200 changed files with 29534 additions and 26161 deletions

View File

@ -232,4 +232,66 @@ partial class SR
public const string net_listener_close = "Listener closed.";
public const string net_invalid_port = "Invalid port in prefix.";
public const string net_WebSockets_InvalidState = "The WebSocket is in an invalid state ('{0}') for this operation. Valid states are: '{1}'";
public const string net_unknown_prefix = "The URI prefix is not recognized.";
public const string net_reqsubmitted = "This operation cannot be performed after the request has been submitted.";
public const string net_io_timeout_use_ge_zero = "Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value >= 0.";
public const string net_writestarted = "This property cannot be set after writing has started.";
public const string net_badmethod = "Cannot set null or blank methods on request.";
public const string net_servererror = "The remote server returned an error: ({0}) {1}.";
public const string net_reqaborted = "The request was aborted: The request was canceled.";
public const string net_OperationNotSupportedException = "This operation is not supported.";
public const string net_nouploadonget = "Cannot send a content-body with this verb-type.";
public const string net_repcall = "Cannot re-call BeginGetRequestStream/BeginGetResponse while a previous call is still in progress.";
public const string net_securityprotocolnotsupported = "The requested security protocol is not supported.";
public const string net_requestaborted = "The request was aborted: {0}.";
public const string net_webstatus_Timeout = "The operation has timed out.";
public const string net_baddate = "The value of the date string in the header is invalid.";
public const string net_connarg = "Keep-Alive and Close may not be set using this property.";
public const string net_fromto = "The From parameter cannot be less than To.";
public const string net_needchunked = "TransferEncoding requires the SendChunked property to be set to true.";
public const string net_no100 = "100-Continue may not be set using this property.";
public const string net_nochunked = "Chunked encoding must be set via the SendChunked property.";
public const string net_nottoken = "The supplied string is not a valid HTTP token.";
public const string net_rangetoosmall = "The From or To parameter cannot be less than 0.";
public const string net_rangetype = "A different range specifier has already been added to this request.";
public const string net_toosmall = "The specified value must be greater than 0.";
public const string net_WebHeaderInvalidCRLFChars = "Specified value has invalid CRLF characters.";
public const string net_WebHeaderInvalidHeaderChars = "Specified value has invalid HTTP Header characters.";
public const string net_timeout = "The operation has timed out.";
public const string net_completed_result = "This operation cannot be performed on a completed asynchronous result object.";
public const string net_PropertyNotSupportedException = "This property is not supported by this class.";
public const string net_InvalidStatusCode = "The server returned a status code outside the valid range of 100-599.";
public const string net_io_timeout_use_gt_zero = "Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value > 0.";
public const string net_ftp_servererror = "The remote server returned an error: {0}.";
public const string 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.";
public const string net_ftp_invalid_method_name = "FTP Method names cannot be null or empty.";
public const string net_ftp_invalid_renameto = "The RenameTo filename cannot be null or empty.";
public const string net_ftp_invalid_response_filename = "The server returned the filename ({0}) which is not valid.";
public const string net_ftp_invalid_status_response = "The status response ({0}) is not expected in response to '{1}' command.";
public const string net_ftp_invalid_uri = "The requested URI is invalid for this FTP command.";
public const string net_ftp_no_defaultcreds = "Default credentials are not supported on an FTP request.";
public const string net_ftp_response_invalid_format = "The response string '{0}' has invalid format.";
public const string net_ftp_server_failed_passive = "The server failed the passive mode request with status response ({0}).";
public const string net_ftp_unsupported_method = "This method is not supported.";
public const string net_ftp_protocolerror = "The underlying connection was closed: The server committed a protocol violation";
public const string net_ftp_receivefailure = "The underlying connection was closed: An unexpected error occurred on a receive";
public const string net_webstatus_NameResolutionFailure = "The remote name could not be resolved";
public const string net_webstatus_ConnectFailure = "Unable to connect to the remote server";
public const string net_ftpstatuscode_ServiceNotAvailable = "Service not available, closing control connection.";
public const string net_ftpstatuscode_CantOpenData = "Can't open data connection";
public const string net_ftpstatuscode_ConnectionClosed = "Connection closed; transfer aborted";
public const string net_ftpstatuscode_ActionNotTakenFileUnavailableOrBusy = "File unavailable (e.g., file busy)";
public const string net_ftpstatuscode_ActionAbortedLocalProcessingError = "Local error in processing";
public const string net_ftpstatuscode_ActionNotTakenInsufficientSpace = "Insufficient storage space in system";
public const string net_ftpstatuscode_CommandSyntaxError = "Syntax error, command unrecognized";
public const string net_ftpstatuscode_ArgumentSyntaxError = "Syntax error in parameters or arguments";
public const string net_ftpstatuscode_CommandNotImplemented = "Command not implemented";
public const string net_ftpstatuscode_BadCommandSequence = "Bad sequence of commands";
public const string net_ftpstatuscode_NotLoggedIn = "Not logged in";
public const string net_ftpstatuscode_AccountNeeded = "Need account for storing files";
public const string net_ftpstatuscode_ActionNotTakenFileUnavailable = "File unavailable (e.g., file not found, no access)";
public const string net_ftpstatuscode_ActionAbortedUnknownPageType = "Page type unknown";
public const string net_ftpstatuscode_FileActionAborted = "Exceeded storage allocation (for current directory or data set)";
public const string net_ftpstatuscode_ActionNotTakenFilenameNotAllowed = "File name not allowed";
public const string net_invalid_host = "The specified value is not a valid Host header string.";
}