18 references to GetResourceString
Microsoft.AspNetCore.Server.IIS (18)
artifacts\obj\Microsoft.AspNetCore.Server.IIS\Release\net11.0\Microsoft.AspNetCore.Server.IIS.CoreStrings.cs (18)
19var value = GetResourceString(resourceKey); 31internal static string @ResponseStreamWasUpgraded => GetResourceString("ResponseStreamWasUpgraded"); 33internal static string @UnhandledApplicationException => GetResourceString("UnhandledApplicationException"); 35internal static string @CannotUpgradeNonUpgradableRequest => GetResourceString("CannotUpgradeNonUpgradableRequest"); 37internal static string @UpgradeCannotBeCalledMultipleTimes => GetResourceString("UpgradeCannotBeCalledMultipleTimes"); 39internal static string @SynchronousReadsDisallowed => GetResourceString("SynchronousReadsDisallowed"); 41internal static string @SynchronousWritesDisallowed => GetResourceString("SynchronousWritesDisallowed"); 43internal static string @WritingToResponseBodyAfterResponseCompleted => GetResourceString("WritingToResponseBodyAfterResponseCompleted"); 45internal static string @ConnectionAbortedByApplication => GetResourceString("ConnectionAbortedByApplication"); 47internal static string @ConnectionOrStreamAbortedByCancellationToken => GetResourceString("ConnectionOrStreamAbortedByCancellationToken"); 49internal static string @ParameterReadOnlyAfterResponseStarted => GetResourceString("ParameterReadOnlyAfterResponseStarted"); 55internal static string @BadRequest_RequestBodyTooLarge => GetResourceString("BadRequest_RequestBodyTooLarge"); 57internal static string @MaxRequestBodySizeCannotBeModifiedAfterRead => GetResourceString("MaxRequestBodySizeCannotBeModifiedAfterRead"); 59internal static string @MaxRequestBodySizeCannotBeModifiedForUpgradedRequests => GetResourceString("MaxRequestBodySizeCannotBeModifiedForUpgradedRequests"); 61internal static string @NonNegativeNumberOrNullRequired => GetResourceString("NonNegativeNumberOrNullRequired"); 63internal static string @BadRequest => GetResourceString("BadRequest"); 65internal static string @MaxRequestLimitWarning => GetResourceString("MaxRequestLimitWarning"); 67internal static string @UpgradeWithWrongProtocolVersion => GetResourceString("UpgradeWithWrongProtocolVersion");