//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.18010 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Microsoft.AspNet.SignalR { /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.AspNet.SignalR.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to /// <summary>Calls the {0} method on the server-side {1} hub.&#10;Returns a jQuery.Deferred() promise.</summary>. /// internal static string DynamicComment_CallsMethodOnServerSideDeferredPromise { get { return ResourceManager.GetString("DynamicComment_CallsMethodOnServerSideDeferredPromise", resourceCulture); } } /// /// Looks up a localized string similar to /// <param name=\"{0}\" type=\"{1}\">Server side type is {2}</param>. /// internal static string DynamicComment_ServerSideTypeIs { get { return ResourceManager.GetString("DynamicComment_ServerSideTypeIs", resourceCulture); } } /// /// Looks up a localized string similar to Argument cannot be null or empty. /// internal static string Error_ArgumentNullOrEmpty { get { return ResourceManager.GetString("Error_ArgumentNullOrEmpty", resourceCulture); } } /// /// Looks up a localized string similar to The buffer size '{0}' is out of range.. /// internal static string Error_BufferSizeOutOfRange { get { return ResourceManager.GetString("Error_BufferSizeOutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Caller is not authorized to invoke the {0} method on {1}.. /// internal static string Error_CallerNotAuthorizedToInvokeMethodOn { get { return ResourceManager.GetString("Error_CallerNotAuthorizedToInvokeMethodOn", resourceCulture); } } /// /// Looks up a localized string similar to The connection id is in the incorrect format.. /// internal static string Error_ConnectionIdIncorrectFormat { get { return ResourceManager.GetString("Error_ConnectionIdIncorrectFormat", resourceCulture); } } /// /// Looks up a localized string similar to The PersistentConnection is not initialized.. /// internal static string Error_ConnectionNotInitialized { get { return ResourceManager.GetString("Error_ConnectionNotInitialized", resourceCulture); } } /// /// Looks up a localized string similar to DisconnectTimeout cannot be configured after the KeepAlive.. /// internal static string Error_DisconnectTimeoutCannotBeConfiguredAfterKeepAlive { get { return ResourceManager.GetString("Error_DisconnectTimeoutCannotBeConfiguredAfterKeepAlive", resourceCulture); } } /// /// Looks up a localized string similar to DisconnectTimeout must be at least six seconds.. /// internal static string Error_DisconnectTimeoutMustBeAtLeastSixSeconds { get { return ResourceManager.GetString("Error_DisconnectTimeoutMustBeAtLeastSixSeconds", resourceCulture); } } /// /// Looks up a localized string similar to Do not read RequireOutgoing. Use protected _requireOutgoing instead.. /// internal static string Error_DoNotReadRequireOutgoing { get { return ResourceManager.GetString("Error_DoNotReadRequireOutgoing", resourceCulture); } } /// /// Looks up a localized string similar to Duplicate hub names found.. /// internal static string Error_DuplicateHubs { get { return ResourceManager.GetString("Error_DuplicateHubs", resourceCulture); } } /// /// Looks up a localized string similar to Duplicate payload id detected for stream '{0}'.. /// internal static string Error_DuplicatePayloadsForStream { get { return ResourceManager.GetString("Error_DuplicatePayloadsForStream", resourceCulture); } } /// /// Looks up a localized string similar to Error creating Hub {0}. . /// internal static string Error_ErrorCreatingHub { get { return ResourceManager.GetString("Error_ErrorCreatingHub", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' Hub could not be resolved.. /// internal static string Error_HubCouldNotBeResolved { get { return ResourceManager.GetString("Error_HubCouldNotBeResolved", resourceCulture); } } /// /// Looks up a localized string similar to There was an error invoking Hub method '{0}.{1}'.. /// internal static string Error_HubInvocationFailed { get { return ResourceManager.GetString("Error_HubInvocationFailed", resourceCulture); } } /// /// Looks up a localized string similar to Invalid cursor.. /// internal static string Error_InvalidCursorFormat { get { return ResourceManager.GetString("Error_InvalidCursorFormat", resourceCulture); } } /// /// Looks up a localized string similar to The supplied frameId is in the incorrect format.. /// internal static string Error_InvalidForeverFrameId { get { return ResourceManager.GetString("Error_InvalidForeverFrameId", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' is not a {1}.. /// internal static string Error_IsNotA { get { return ResourceManager.GetString("Error_IsNotA", resourceCulture); } } /// /// Looks up a localized string similar to SignalR: JavaScript Hub proxy generation has been disabled.. /// internal static string Error_JavaScriptProxyDisabled { get { return ResourceManager.GetString("Error_JavaScriptProxyDisabled", resourceCulture); } } /// /// Looks up a localized string similar to Keep Alive value must be greater than two seconds.. /// internal static string Error_KeepAliveMustBeGreaterThanTwoSeconds { get { return ResourceManager.GetString("Error_KeepAliveMustBeGreaterThanTwoSeconds", resourceCulture); } } /// /// Looks up a localized string similar to Keep Alive value must be no more than a third of the DisconnectTimeout.. /// internal static string Error_KeepAliveMustBeNoMoreThanAThirdOfTheDisconnectTimeout { get { return ResourceManager.GetString("Error_KeepAliveMustBeNoMoreThanAThirdOfTheDisconnectTimeout", resourceCulture); } } /// /// Looks up a localized string similar to '{0}' method could not be resolved.. /// internal static string Error_MethodCouldNotBeResolved { get { return ResourceManager.GetString("Error_MethodCouldNotBeResolved", resourceCulture); } } /// /// Looks up a localized string similar to Outgoing authorization can only be required for an entire Hub, not a specific method.. /// internal static string Error_MethodLevelOutgoingAuthorization { get { return ResourceManager.GetString("Error_MethodLevelOutgoingAuthorization", resourceCulture); } } /// /// Looks up a localized string similar to Multiple activators for type {0} are registered. Please call GetServices instead.. /// internal static string Error_MultipleActivatorsAreaRegisteredCallGetServices { get { return ResourceManager.GetString("Error_MultipleActivatorsAreaRegisteredCallGetServices", resourceCulture); } } /// /// Looks up a localized string similar to Unexpected end when reading object.. /// internal static string Error_ParseObjectFailed { get { return ResourceManager.GetString("Error_ParseObjectFailed", resourceCulture); } } /// /// Looks up a localized string similar to Protocol error: Missing connection token.. /// internal static string Error_ProtocolErrorMissingConnectionToken { get { return ResourceManager.GetString("Error_ProtocolErrorMissingConnectionToken", resourceCulture); } } /// /// Looks up a localized string similar to Protocol error: Unknown transport.. /// internal static string Error_ProtocolErrorUnknownTransport { get { return ResourceManager.GetString("Error_ProtocolErrorUnknownTransport", resourceCulture); } } /// /// Looks up a localized string similar to State has exceeded the maximum length of 4096 bytes.. /// internal static string Error_StateExceededMaximumLength { get { return ResourceManager.GetString("Error_StateExceededMaximumLength", resourceCulture); } } /// /// Looks up a localized string similar to The stream has been closed.. /// internal static string Error_StreamClosed { get { return ResourceManager.GetString("Error_StreamClosed", resourceCulture); } } /// /// Looks up a localized string similar to The stream is not open.. /// internal static string Error_StreamNotOpen { get { return ResourceManager.GetString("Error_StreamNotOpen", resourceCulture); } } /// /// Looks up a localized string similar to The queue is full.. /// internal static string Error_TaskQueueFull { get { return ResourceManager.GetString("Error_TaskQueueFull", resourceCulture); } } /// /// Looks up a localized string similar to Unable to add module. The HubPipeline has already been invoked.. /// internal static string Error_UnableToAddModulePiplineAlreadyInvoked { get { return ResourceManager.GetString("Error_UnableToAddModulePiplineAlreadyInvoked", resourceCulture); } } /// /// Looks up a localized string similar to Unrecognized user identity. The user identity cannot change during an active SignalR connection.. /// internal static string Error_UnrecognizedUserIdentity { get { return ResourceManager.GetString("Error_UnrecognizedUserIdentity", resourceCulture); } } /// /// Looks up a localized string similar to Using a Hub instance not created by the HubPipeline is unsupported.. /// internal static string Error_UsingHubInstanceNotCreatedUnsupported { get { return ResourceManager.GetString("Error_UsingHubInstanceNotCreatedUnsupported", resourceCulture); } } /// /// Looks up a localized string similar to WebSockets is not supported.. /// internal static string Error_WebSocketsNotSupported { get { return ResourceManager.GetString("Error_WebSocketsNotSupported", resourceCulture); } } } }