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

FormatError_NoConfiguration() static private method

A configuration object must be specified.
static private FormatError_NoConfiguration ( ) : string
return string
        internal static string FormatError_NoConfiguration()
        {
            return GetString("Error_NoConfiguration");
        }
Resources