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

FormatError_MethodLevelOutgoingAuthorization() static private method

Outgoing authorization can only be required for an entire Hub, not a specific method.
static private FormatError_MethodLevelOutgoingAuthorization ( ) : string
return string
        internal static string FormatError_MethodLevelOutgoingAuthorization()
        {
            return GetString("Error_MethodLevelOutgoingAuthorization");
        }
Resources