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

FormatError_DoNotReadRequireOutgoing() static private method

Do not read RequireOutgoing. Use protected _requireOutgoing instead.
static private FormatError_DoNotReadRequireOutgoing ( ) : string
return string
        internal static string FormatError_DoNotReadRequireOutgoing()
        {
            return GetString("Error_DoNotReadRequireOutgoing");
        }
Resources