Microsoft.AspNetCore.SignalR.Resources.FormatError_UnrecognizedUserIdentity C# (CSharp) Method

FormatError_UnrecognizedUserIdentity() static private method

Unrecognized user identity. The user identity cannot change during an active SignalR connection.
static private FormatError_UnrecognizedUserIdentity ( ) : string
return string
        internal static string FormatError_UnrecognizedUserIdentity()
        {
            return GetString("Error_UnrecognizedUserIdentity");
        }
Resources