C# Class Microsoft.AspNetCore.SignalR.Resources

Show file Open project: FabianGosebrink/ASPNET-Core-Angular2-SignalR-Typescript

Private Properties

Property Type Description
FormatDynamicComment_CallsMethodOnServerSideDeferredPromise string
FormatDynamicComment_ServerSideTypeIs string
FormatError_AmbiguousMessage string
FormatError_ArgumentNullOrEmpty string
FormatError_BufferSizeOutOfRange string
FormatError_CallerNotAuthorizedToInvokeMethodOn string
FormatError_ConnectionIdIncorrectFormat string
FormatError_ConnectionNotInitialized string
FormatError_DisconnectTimeoutCannotBeConfiguredAfterKeepAlive string
FormatError_DisconnectTimeoutMustBeAtLeastSixSeconds string
FormatError_DoNotReadRequireOutgoing string
FormatError_DuplicateHubNames string
FormatError_DuplicateHubNamesInConnectionData string
FormatError_DuplicatePayloadsForStream string
FormatError_ExceptionContextCanOnlyBeModifiedOnce string
FormatError_HubCouldNotBeResolved string
FormatError_HubInvocationFailed string
FormatError_HubProgressOnlyReportableBeforeMethodReturns string
FormatError_InvalidCursorFormat string
FormatError_IsNotA string
FormatError_JavaScriptProxyDisabled string
FormatError_KeepAliveMustBeGreaterThanTwoSeconds string
FormatError_KeepAliveMustBeNoMoreThanAThirdOfTheDisconnectTimeout string
FormatError_MethodCouldNotBeResolved string
FormatError_MethodCouldNotBeResolvedCandidates string
FormatError_MethodLevelOutgoingAuthorization string
FormatError_MethodMustNotTakeOutParameter string
FormatError_MethodMustNotTakeRefParameter string
FormatError_MethodMustReturnVoidOrTask string
FormatError_MultipleActivatorsAreaRegisteredCallGetServices string
FormatError_NoConfiguration string
FormatError_NoDependencyResolver string
FormatError_NoTransportsEnabled string
FormatError_NotWebSocketRequest string
FormatError_ParseObjectFailed string
FormatError_ProtocolErrorMissingConnectionToken string
FormatError_ProtocolErrorUnknownTransport string
FormatError_ScaleoutQueuingConfig string
FormatError_ServicesNotRegistered string
FormatError_StateExceededMaximumLength string
FormatError_StreamClosed string
FormatError_StreamNotOpen string
FormatError_TaskQueueFull string
FormatError_TypeMustBeInterface string
FormatError_TypeMustNotContainEvents string
FormatError_TypeMustNotContainProperties string
FormatError_UnableToAddModulePiplineAlreadyInvoked string
FormatError_UnrecognizedUserIdentity string
FormatError_UsingHubInstanceNotCreatedUnsupported string
FormatError_WebSocketsNotSupported string
FormatForbidden_JSONPDisabled string
GetString string

Private Methods

Method Description
FormatDynamicComment_CallsMethodOnServerSideDeferredPromise ( object p0, object p1 ) : string

/// <summary>Calls the {0} method on the server-side {1} hub.&#10;Returns a jQuery.Deferred() promise.</summary>

FormatDynamicComment_ServerSideTypeIs ( object p0, object p1, object p2 ) : string

/// <param name=\"{0}\" type=\"{1}\">Server side type is {2}</param>

FormatError_AmbiguousMessage ( object p0, object p1 ) : string

Ambiguous message. Unable to send to both '{0}' and '{1}'.

FormatError_ArgumentNullOrEmpty ( ) : string

Argument cannot be null or empty

FormatError_BufferSizeOutOfRange ( object p0 ) : string

The buffer size '{0}' is out of range.

FormatError_CallerNotAuthorizedToInvokeMethodOn ( object p0, object p1 ) : string

Caller is not authorized to invoke the {0} method on {1}.

FormatError_ConnectionIdIncorrectFormat ( ) : string

The ConnectionId is in the incorrect format.

FormatError_ConnectionNotInitialized ( ) : string

The PersistentConnection is not initialized.

FormatError_DisconnectTimeoutCannotBeConfiguredAfterKeepAlive ( ) : string

DisconnectTimeout cannot be configured after the KeepAlive.

FormatError_DisconnectTimeoutMustBeAtLeastSixSeconds ( ) : string

DisconnectTimeout must be at least six seconds.

FormatError_DoNotReadRequireOutgoing ( ) : string

Do not read RequireOutgoing. Use protected _requireOutgoing instead.

FormatError_DuplicateHubNames ( object p0, object p1, object p2 ) : string

Two Hubs must not share the same name. '{0}' and '{1}' both share the name '{2}'.

FormatError_DuplicateHubNamesInConnectionData ( ) : string

Duplicate Hub names found.

FormatError_DuplicatePayloadsForStream ( object p0 ) : string

Duplicate payload id detected for stream '{0}'.

FormatError_ExceptionContextCanOnlyBeModifiedOnce ( ) : string

The ExceptionContext has already been modified once and cannot be modified again.

FormatError_HubCouldNotBeResolved ( object p0 ) : string

'{0}' Hub could not be resolved.

FormatError_HubInvocationFailed ( object p0, object p1 ) : string

There was an error invoking Hub method '{0}.{1}'.

FormatError_HubProgressOnlyReportableBeforeMethodReturns ( ) : string

You cannot report progress on a hub method invocation that has already completed.

FormatError_InvalidCursorFormat ( ) : string

Invalid cursor.

FormatError_IsNotA ( object p0, object p1 ) : string

'{0}' is not a {1}.

FormatError_JavaScriptProxyDisabled ( ) : string

SignalR: JavaScript Hub proxy generation has been disabled.

FormatError_KeepAliveMustBeGreaterThanTwoSeconds ( ) : string

KeepAlive value must be greater than two seconds.

FormatError_KeepAliveMustBeNoMoreThanAThirdOfTheDisconnectTimeout ( ) : string

KeepAlive value must be no more than a third of the DisconnectTimeout.

FormatError_MethodCouldNotBeResolved ( object p0 ) : string

'{0}' method could not be resolved. No method found with that name.

FormatError_MethodCouldNotBeResolvedCandidates ( object p0, object p1 ) : string

'{0}' method could not be resolved. Potential candidates are: {1}

FormatError_MethodLevelOutgoingAuthorization ( ) : string

Outgoing authorization can only be required for an entire Hub, not a specific method.

FormatError_MethodMustNotTakeOutParameter ( object p0, object p1, object p2 ) : string

The '{0}' parameter of '{1}.{2}' must not be an out parameter.

FormatError_MethodMustNotTakeRefParameter ( object p0, object p1, object p2 ) : string

The '{0}' parameter of '{1}.{2}' must not be a ref parameter.

FormatError_MethodMustReturnVoidOrTask ( object p0, object p1 ) : string

The return type of '{0}.{1}' must be void or Task.

FormatError_MultipleActivatorsAreaRegisteredCallGetServices ( object p0 ) : string

Multiple activators for type {0} are registered. Please call GetServices instead.

FormatError_NoConfiguration ( ) : string

A configuration object must be specified.

FormatError_NoDependencyResolver ( ) : string

A dependency resolver must be specified.

FormatError_NoTransportsEnabled ( ) : string

No transports have been enabled. There must be at least one enabled transport.

FormatError_NotWebSocketRequest ( ) : string

Not a valid web socket request.

FormatError_ParseObjectFailed ( ) : string

Unexpected end when reading object.

FormatError_ProtocolErrorMissingConnectionToken ( ) : string

Protocol error: Missing connection token.

FormatError_ProtocolErrorUnknownTransport ( ) : string

Protocol error: Unknown transport.

FormatError_ScaleoutQueuingConfig ( ) : string

Scaleout queuing is enabled but maximum queue size is 0

FormatError_ServicesNotRegistered ( ) : string

SignalR services have not been registered. Register services by calling 'IServices.UseSignalR()'.

FormatError_StateExceededMaximumLength ( ) : string

State has exceeded the maximum length of 4096 bytes.

FormatError_StreamClosed ( ) : string

The stream has been closed.

FormatError_StreamNotOpen ( ) : string

The stream is not open.

FormatError_TaskQueueFull ( ) : string

The queue is full.

FormatError_TypeMustBeInterface ( object p0 ) : string

The type T, '{0}', passed to Hub<T> must be an interface.

FormatError_TypeMustNotContainEvents ( object p0 ) : string

The interface '{0}' must not contain any events.

FormatError_TypeMustNotContainProperties ( object p0 ) : string

The interface '{0}' must not contain any properties.

FormatError_UnableToAddModulePiplineAlreadyInvoked ( ) : string

Unable to add module. The HubPipeline has already been invoked.

FormatError_UnrecognizedUserIdentity ( ) : string

Unrecognized user identity. The user identity cannot change during an active SignalR connection.

FormatError_UsingHubInstanceNotCreatedUnsupported ( ) : string

Using a Hub instance not created by the HubPipeline is unsupported.

FormatError_WebSocketsNotSupported ( ) : string

WebSockets is not supported.

FormatForbidden_JSONPDisabled ( ) : string

Forbidden: JSONP is disabled.

GetString ( string name ) : string