|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.Net.WebSockets.Client
{
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.WebSockets.Client.SR)));
/// <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>This operation is not supported for a relative URI.</summary>
internal static string @net_uri_NotAbsolute => GetResourceString("net_uri_NotAbsolute", @"This operation is not supported for a relative URI.");
/// <summary>There is already one outstanding '{0}' call for this WebSocket instance. ReceiveAsync and SendAsync can be called simultaneously, but at most one outstanding operation for each of them is allowed at the same time.</summary>
internal static string @net_Websockets_AlreadyOneOutstandingOperation => GetResourceString("net_Websockets_AlreadyOneOutstandingOperation", @"There is already one outstanding '{0}' call for this WebSocket instance. ReceiveAsync and SendAsync can be called simultaneously, but at most one outstanding operation for each of them is allowed at the same time.");
/// <summary>The WebSocket protocol is not supported on this platform.</summary>
internal static string @net_WebSockets_UnsupportedPlatform => GetResourceString("net_WebSockets_UnsupportedPlatform", @"The WebSocket protocol is not supported on this platform.");
/// <summary>The WebSocket client request requested '{0}' protocol(s), but server is only accepting '{1}' protocol(s).</summary>
internal static string @net_WebSockets_AcceptUnsupportedProtocol => GetResourceString("net_WebSockets_AcceptUnsupportedProtocol", @"The WebSocket client request requested '{0}' protocol(s), but server is only accepting '{1}' protocol(s).");
/// <summary>The argument must be a value greater than {0}.</summary>
internal static string @net_WebSockets_ArgumentOutOfRange_TooSmall => GetResourceString("net_WebSockets_ArgumentOutOfRange_TooSmall", @"The argument must be a value greater than {0}.");
/// <summary>The server returned status code '{0}' when status code '{1}' was expected.</summary>
internal static string @net_WebSockets_ConnectStatusExpected => GetResourceString("net_WebSockets_ConnectStatusExpected", @"The server returned status code '{0}' when status code '{1}' was expected.");
/// <summary>The server's response was missing the required header '{0}'.</summary>
internal static string @net_WebSockets_MissingResponseHeader => GetResourceString("net_WebSockets_MissingResponseHeader", @"The server's response was missing the required header '{0}'.");
/// <summary>The '{0}' instance cannot be used for communication because it has been transitioned into the '{1}' state.</summary>
internal static string @net_WebSockets_InvalidState_ClosedOrAborted => GetResourceString("net_WebSockets_InvalidState_ClosedOrAborted", @"The '{0}' instance cannot be used for communication because it has been transitioned into the '{1}' state.");
/// <summary>The WebSocket is in an invalid state ('{0}') for this operation. Valid states are: '{1}'</summary>
internal static string @net_WebSockets_InvalidState => GetResourceString("net_WebSockets_InvalidState", @"The WebSocket is in an invalid state ('{0}') for this operation. Valid states are: '{1}'");
/// <summary>The message type '{0}' is not allowed for the '{1}' operation. Valid message types are: '{2}, {3}'. To close the WebSocket, use the '{4}' operation instead.</summary>
internal static string @net_WebSockets_Argument_InvalidMessageType => GetResourceString("net_WebSockets_Argument_InvalidMessageType", @"The message type '{0}' is not allowed for the '{1}' operation. Valid message types are: '{2}, {3}'. To close the WebSocket, use the '{4}' operation instead.");
/// <summary>The WebSocket protocol '{0}' is invalid because it contains the invalid character '{1}'.</summary>
internal static string @net_WebSockets_InvalidCharInProtocolString => GetResourceString("net_WebSockets_InvalidCharInProtocolString", @"The WebSocket protocol '{0}' is invalid because it contains the invalid character '{1}'.");
/// <summary>The close status description '{0}' is invalid. When using close status code '{1}' the description must be null.</summary>
internal static string @net_WebSockets_ReasonNotNull => GetResourceString("net_WebSockets_ReasonNotNull", @"The close status description '{0}' is invalid. When using close status code '{1}' the description must be null.");
/// <summary>The close status code '{0}' is reserved for system use only and cannot be specified when calling this method.</summary>
internal static string @net_WebSockets_InvalidCloseStatusCode => GetResourceString("net_WebSockets_InvalidCloseStatusCode", @"The close status code '{0}' is reserved for system use only and cannot be specified when calling this method.");
/// <summary>The close status description '{0}' is too long. The UTF-8 representation of the status description must not be longer than {1} bytes.</summary>
internal static string @net_WebSockets_InvalidCloseStatusDescription => GetResourceString("net_WebSockets_InvalidCloseStatusDescription", @"The close status description '{0}' is too long. The UTF-8 representation of the status description must not be longer than {1} bytes.");
/// <summary>Only Uris starting with 'ws://' or 'wss://' are supported.</summary>
internal static string @net_WebSockets_Scheme => GetResourceString("net_WebSockets_Scheme", @"Only Uris starting with 'ws://' or 'wss://' are supported.");
/// <summary>The WebSocket has already been started.</summary>
internal static string @net_WebSockets_AlreadyStarted => GetResourceString("net_WebSockets_AlreadyStarted", @"The WebSocket has already been started.");
/// <summary>The '{0}' header value '{1}' is invalid.</summary>
internal static string @net_WebSockets_InvalidResponseHeader => GetResourceString("net_WebSockets_InvalidResponseHeader", @"The '{0}' header value '{1}' is invalid.");
/// <summary>The WebSocket is not connected.</summary>
internal static string @net_WebSockets_NotConnected => GetResourceString("net_WebSockets_NotConnected", @"The WebSocket is not connected.");
/// <summary>Duplicate protocols are not allowed: '{0}'.</summary>
internal static string @net_WebSockets_NoDuplicateProtocol => GetResourceString("net_WebSockets_NoDuplicateProtocol", @"Duplicate protocols are not allowed: '{0}'.");
/// <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 WebSocket failed to negotiate max server window bits. The client requested {0} but the server responded with {1}.</summary>
internal static string @net_WebSockets_ServerWindowBitsNegotiationFailure => GetResourceString("net_WebSockets_ServerWindowBitsNegotiationFailure", @"The WebSocket failed to negotiate max server window bits. The client requested {0} but the server responded with {1}.");
/// <summary>The WebSocket failed to negotiate max client window bits. The client requested {0} but the server responded with {1}.</summary>
internal static string @net_WebSockets_ClientWindowBitsNegotiationFailure => GetResourceString("net_WebSockets_ClientWindowBitsNegotiationFailure", @"The WebSocket failed to negotiate max client window bits. The client requested {0} but the server responded with {1}.");
/// <summary>UseDefaultCredentials, Credentials, Proxy, ClientCertificates, RemoteCertificateValidationCallback and Cookies must not be set on ClientWebSocketOptions when an HttpMessageInvoker instance is also specified. These options should be set on the HttpMessageIn ...</summary>
internal static string @net_WebSockets_OptionsIncompatibleWithCustomInvoker => GetResourceString("net_WebSockets_OptionsIncompatibleWithCustomInvoker", @"UseDefaultCredentials, Credentials, Proxy, ClientCertificates, RemoteCertificateValidationCallback and Cookies must not be set on ClientWebSocketOptions when an HttpMessageInvoker instance is also specified. These options should be set on the HttpMessageInvoker's underlying HttpMessageHandler instead.");
/// <summary>An HttpMessageInvoker instance must be passed to ConnectAsync when using HTTP/2.</summary>
internal static string @net_WebSockets_CustomInvokerRequiredForHttp2 => GetResourceString("net_WebSockets_CustomInvokerRequiredForHttp2", @"An HttpMessageInvoker instance must be passed to ConnectAsync when using HTTP/2.");
}
}
|