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