Microsoft.AspNetCore.SignalR.Resources.FormatError_KeepAliveMustBeGreaterThanTwoSeconds C# (CSharp) Méthode

FormatError_KeepAliveMustBeGreaterThanTwoSeconds() static private méthode

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