|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Net.Requests
{
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.Net.Requests.SR)));
/// <summary>The URI prefix is not recognized.</summary>
internal static string @net_unknown_prefix => GetResourceString("net_unknown_prefix", @"The URI prefix is not recognized.");
/// <summary>This operation cannot be performed after the request has been submitted.</summary>
internal static string @net_reqsubmitted => GetResourceString("net_reqsubmitted", @"This operation cannot be performed after the request has been submitted.");
/// <summary>Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value >= 0.</summary>
internal 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.");
/// <summary>This property cannot be set after writing has started.</summary>
internal static string @net_writestarted => GetResourceString("net_writestarted", @"This property cannot be set after writing has started.");
/// <summary>Cannot set null or blank methods on request.</summary>
internal static string @net_badmethod => GetResourceString("net_badmethod", @"Cannot set null or blank methods on request.");
/// <summary>The IAsyncResult object was not returned from the corresponding asynchronous method on this class.</summary>
internal static string @net_io_invalidasyncresult => GetResourceString("net_io_invalidasyncresult", @"The IAsyncResult object was not returned from the corresponding asynchronous method on this class.");
/// <summary>{0} can only be called once for each asynchronous operation.</summary>
internal static string @net_io_invalidendcall => GetResourceString("net_io_invalidendcall", @"{0} can only be called once for each asynchronous operation.");
/// <summary>The remote server returned an error: ({0}) {1}.</summary>
internal static string @net_servererror => GetResourceString("net_servererror", @"The remote server returned an error: ({0}) {1}.");
/// <summary>The request was aborted: The request was canceled.</summary>
internal static string @net_reqaborted => GetResourceString("net_reqaborted", @"The request was aborted: The request was canceled.");
/// <summary>This method is not implemented by this class.</summary>
internal static string @net_MethodNotImplementedException => GetResourceString("net_MethodNotImplementedException", @"This method is not implemented by this class.");
/// <summary>This property is not implemented by this class.</summary>
internal static string @net_PropertyNotImplementedException => GetResourceString("net_PropertyNotImplementedException", @"This property is not implemented by this class.");
/// <summary>Cannot send a content-body with this verb-type.</summary>
internal static string @net_nouploadonget => GetResourceString("net_nouploadonget", @"Cannot send a content-body with this verb-type.");
/// <summary>Cannot re-call BeginGetRequestStream/BeginGetResponse while a previous call is still in progress.</summary>
internal static string @net_repcall => GetResourceString("net_repcall", @"Cannot re-call BeginGetRequestStream/BeginGetResponse while a previous call is still in progress.");
/// <summary>The specified value is not valid in the '{0}' enumeration.</summary>
internal static string @net_invalid_enum => GetResourceString("net_invalid_enum", @"The specified value is not valid in the '{0}' enumeration.");
/// <summary>The requested security protocol is not supported.</summary>
internal static string @net_securityprotocolnotsupported => GetResourceString("net_securityprotocolnotsupported", @"The requested security protocol is not supported.");
/// <summary>The request was aborted: {0}.</summary>
internal static string @net_requestaborted => GetResourceString("net_requestaborted", @"The request was aborted: {0}.");
/// <summary>The operation has timed out.</summary>
internal static string @net_webstatus_Timeout => GetResourceString("net_webstatus_Timeout", @"The operation has timed out.");
/// <summary>The value of the date string in the header is invalid.</summary>
internal static string @net_baddate => GetResourceString("net_baddate", @"The value of the date string in the header is invalid.");
/// <summary>Keep-Alive and Close may not be set using this property.</summary>
internal static string @net_connarg => GetResourceString("net_connarg", @"Keep-Alive and Close may not be set using this property.");
/// <summary>The From parameter cannot be greater than To.</summary>
internal static string @net_fromto => GetResourceString("net_fromto", @"The From parameter cannot be greater than To.");
/// <summary>TransferEncoding requires the SendChunked property to be set to true.</summary>
internal static string @net_needchunked => GetResourceString("net_needchunked", @"TransferEncoding requires the SendChunked property to be set to true.");
/// <summary>100-Continue may not be set using this property.</summary>
internal static string @net_no100 => GetResourceString("net_no100", @"100-Continue may not be set using this property.");
/// <summary>Chunked encoding must be set via the SendChunked property.</summary>
internal static string @net_nochunked => GetResourceString("net_nochunked", @"Chunked encoding must be set via the SendChunked property.");
/// <summary>The supplied string is not a valid HTTP token.</summary>
internal static string @net_nottoken => GetResourceString("net_nottoken", @"The supplied string is not a valid HTTP token.");
/// <summary>The From or To parameter cannot be less than 0.</summary>
internal static string @net_rangetoosmall => GetResourceString("net_rangetoosmall", @"The From or To parameter cannot be less than 0.");
/// <summary>A different range specifier has already been added to this request.</summary>
internal static string @net_rangetype => GetResourceString("net_rangetype", @"A different range specifier has already been added to this request.");
/// <summary>Only HTTP/1.0 and HTTP/1.1 version requests are currently supported.</summary>
internal static string @net_wrongversion => GetResourceString("net_wrongversion", @"Only HTTP/1.0 and HTTP/1.1 version requests are currently supported.");
/// <summary>Specified value has invalid Control characters.</summary>
internal static string @net_WebHeaderInvalidControlChars => GetResourceString("net_WebHeaderInvalidControlChars", @"Specified value has invalid Control characters.");
/// <summary>Specified value has invalid CRLF characters.</summary>
internal static string @net_WebHeaderInvalidCRLFChars => GetResourceString("net_WebHeaderInvalidCRLFChars", @"Specified value has invalid CRLF characters.");
/// <summary>Specified value has invalid HTTP Header characters.</summary>
internal static string @net_WebHeaderInvalidHeaderChars => GetResourceString("net_WebHeaderInvalidHeaderChars", @"Specified value has invalid HTTP Header characters.");
/// <summary>The operation has timed out.</summary>
internal static string @net_timeout => GetResourceString("net_timeout", @"The operation has timed out.");
/// <summary>This operation cannot be performed on a completed asynchronous result object.</summary>
internal static string @net_completed_result => GetResourceString("net_completed_result", @"This operation cannot be performed on a completed asynchronous result object.");
/// <summary>This property is not supported by this class.</summary>
internal static string @net_PropertyNotSupportedException => GetResourceString("net_PropertyNotSupportedException", @"This property is not supported by this class.");
/// <summary>The server returned a status code outside the valid range of 100-599.</summary>
internal static string @net_InvalidStatusCode => GetResourceString("net_InvalidStatusCode", @"The server returned a status code outside the valid range of 100-599.");
/// <summary>Timeout can be only be set to 'System.Threading.Timeout.Infinite' or a value > 0.</summary>
internal 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.");
/// <summary>The remote server returned an error: {0}.</summary>
internal static string @net_ftp_servererror => GetResourceString("net_ftp_servererror", @"The remote server returned an error: {0}.");
/// <summary>The data connection was made from an address that is different than the address to which the FTP connection was made.</summary>
internal 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.");
/// <summary>The server returned the filename ({0}) which is not valid.</summary>
internal static string @net_ftp_invalid_response_filename => GetResourceString("net_ftp_invalid_response_filename", @"The server returned the filename ({0}) which is not valid.");
/// <summary>The status response ({0}) is not expected in response to '{1}' command.</summary>
internal 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.");
/// <summary>The requested URI is invalid for this FTP command.</summary>
internal static string @net_ftp_invalid_uri => GetResourceString("net_ftp_invalid_uri", @"The requested URI is invalid for this FTP command.");
/// <summary>Default credentials are not supported on an FTP request.</summary>
internal static string @net_ftp_no_defaultcreds => GetResourceString("net_ftp_no_defaultcreds", @"Default credentials are not supported on an FTP request.");
/// <summary>The response string '{0}' has invalid format.</summary>
internal static string @net_ftp_response_invalid_format => GetResourceString("net_ftp_response_invalid_format", @"The response string '{0}' has invalid format.");
/// <summary>The server failed the passive mode request with status response ({0}).</summary>
internal static string @net_ftp_server_failed_passive => GetResourceString("net_ftp_server_failed_passive", @"The server failed the passive mode request with status response ({0}).");
/// <summary>This method is not supported.</summary>
internal static string @net_ftp_unsupported_method => GetResourceString("net_ftp_unsupported_method", @"This method is not supported.");
/// <summary>The underlying connection was closed: The server committed a protocol violation</summary>
internal static string @net_ftp_protocolerror => GetResourceString("net_ftp_protocolerror", @"The underlying connection was closed: The server committed a protocol violation");
/// <summary>The underlying connection was closed: An unexpected error occurred on a receive</summary>
internal static string @net_ftp_receivefailure => GetResourceString("net_ftp_receivefailure", @"The underlying connection was closed: An unexpected error occurred on a receive");
/// <summary>CRLF character pair is not allowed in FtpWebRequest inputs.</summary>
internal static string @net_ftp_no_newlines => GetResourceString("net_ftp_no_newlines", @"CRLF character pair is not allowed in FtpWebRequest inputs.");
/// <summary>The remote name could not be resolved</summary>
internal static string @net_webstatus_NameResolutionFailure => GetResourceString("net_webstatus_NameResolutionFailure", @"The remote name could not be resolved");
/// <summary>Unable to connect to the remote server</summary>
internal static string @net_webstatus_ConnectFailure => GetResourceString("net_webstatus_ConnectFailure", @"Unable to connect to the remote server");
/// <summary>Service not available, closing control connection.</summary>
internal static string @net_ftpstatuscode_ServiceNotAvailable => GetResourceString("net_ftpstatuscode_ServiceNotAvailable", @"Service not available, closing control connection.");
/// <summary>Can't open data connection</summary>
internal static string @net_ftpstatuscode_CantOpenData => GetResourceString("net_ftpstatuscode_CantOpenData", @"Can't open data connection");
/// <summary>Connection closed; transfer aborted</summary>
internal static string @net_ftpstatuscode_ConnectionClosed => GetResourceString("net_ftpstatuscode_ConnectionClosed", @"Connection closed; transfer aborted");
/// <summary>File unavailable (e.g., file busy)</summary>
internal static string @net_ftpstatuscode_ActionNotTakenFileUnavailableOrBusy => GetResourceString("net_ftpstatuscode_ActionNotTakenFileUnavailableOrBusy", @"File unavailable (e.g., file busy)");
/// <summary>Local error in processing</summary>
internal static string @net_ftpstatuscode_ActionAbortedLocalProcessingError => GetResourceString("net_ftpstatuscode_ActionAbortedLocalProcessingError", @"Local error in processing");
/// <summary>Insufficient storage space in system</summary>
internal static string @net_ftpstatuscode_ActionNotTakenInsufficientSpace => GetResourceString("net_ftpstatuscode_ActionNotTakenInsufficientSpace", @"Insufficient storage space in system");
/// <summary>Syntax error, command unrecognized</summary>
internal static string @net_ftpstatuscode_CommandSyntaxError => GetResourceString("net_ftpstatuscode_CommandSyntaxError", @"Syntax error, command unrecognized");
/// <summary>Syntax error in parameters or arguments</summary>
internal static string @net_ftpstatuscode_ArgumentSyntaxError => GetResourceString("net_ftpstatuscode_ArgumentSyntaxError", @"Syntax error in parameters or arguments");
/// <summary>Command not implemented</summary>
internal static string @net_ftpstatuscode_CommandNotImplemented => GetResourceString("net_ftpstatuscode_CommandNotImplemented", @"Command not implemented");
/// <summary>Bad sequence of commands</summary>
internal static string @net_ftpstatuscode_BadCommandSequence => GetResourceString("net_ftpstatuscode_BadCommandSequence", @"Bad sequence of commands");
/// <summary>Not logged in</summary>
internal static string @net_ftpstatuscode_NotLoggedIn => GetResourceString("net_ftpstatuscode_NotLoggedIn", @"Not logged in");
/// <summary>Need account for storing files</summary>
internal static string @net_ftpstatuscode_AccountNeeded => GetResourceString("net_ftpstatuscode_AccountNeeded", @"Need account for storing files");
/// <summary>File unavailable (e.g., file not found, no access)</summary>
internal static string @net_ftpstatuscode_ActionNotTakenFileUnavailable => GetResourceString("net_ftpstatuscode_ActionNotTakenFileUnavailable", @"File unavailable (e.g., file not found, no access)");
/// <summary>Page type unknown</summary>
internal static string @net_ftpstatuscode_ActionAbortedUnknownPageType => GetResourceString("net_ftpstatuscode_ActionAbortedUnknownPageType", @"Page type unknown");
/// <summary>Exceeded storage allocation (for current directory or data set)</summary>
internal static string @net_ftpstatuscode_FileActionAborted => GetResourceString("net_ftpstatuscode_FileActionAborted", @"Exceeded storage allocation (for current directory or data set)");
/// <summary>File name not allowed</summary>
internal static string @net_ftpstatuscode_ActionNotTakenFilenameNotAllowed => GetResourceString("net_ftpstatuscode_ActionNotTakenFilenameNotAllowed", @"File name not allowed");
/// <summary>The specified value is not a valid Host header string.</summary>
internal static string @net_invalid_host => GetResourceString("net_invalid_host", @"The specified value is not a valid Host header string.");
/// <summary>System.Net.Requests is not supported on this platform.</summary>
internal static string @SystemNetRequests_PlatformNotSupported => GetResourceString("SystemNetRequests_PlatformNotSupported", @"System.Net.Requests is not supported on this platform.");
/// <summary>The request was aborted: The request cache-only policy does not allow a network request and the response is not found in cache.</summary>
internal 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.");
/// <summary>Reached the maximum number of BindIPEndPointDelegate retries.</summary>
internal static string @net_maximumbindretries => GetResourceString("net_maximumbindretries", @"Reached the maximum number of BindIPEndPointDelegate retries.");
}
}
|