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

FormatError_ConnectionIdIncorrectFormat() static private method

The ConnectionId is in the incorrect format.
static private FormatError_ConnectionIdIncorrectFormat ( ) : string
return string
        internal static string FormatError_ConnectionIdIncorrectFormat()
        {
            return GetString("Error_ConnectionIdIncorrectFormat");
        }
Resources