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

FormatError_KeepAliveMustBeGreaterThanTwoSeconds() static private method

KeepAlive value must be greater than two seconds.
static private FormatError_KeepAliveMustBeGreaterThanTwoSeconds ( ) : string
return string
        internal static string FormatError_KeepAliveMustBeGreaterThanTwoSeconds()
        {
            return GetString("Error_KeepAliveMustBeGreaterThanTwoSeconds");
        }
Resources