Microsoft.AspNetCore.SignalR.Resources.FormatError_ConnectionIdIncorrectFormat C# (CSharp) Метод

FormatError_ConnectionIdIncorrectFormat() статический приватный Метод

The ConnectionId is in the incorrect format.
static private FormatError_ConnectionIdIncorrectFormat ( ) : string
Результат string
        internal static string FormatError_ConnectionIdIncorrectFormat()
        {
            return GetString("Error_ConnectionIdIncorrectFormat");
        }
Resources