Graphictoria-Legacy/SharedCode/Roblox/Web/WebThrottlingManager.php

20 lines
786 B
PHP

<?php
// This file defines the Roblox.Web.WebThrottlingManager class. Originally housed in C:\teamcity-agent\work\a6371342c4f9b6ec\Assemblies\Web\Roblox.Web\Throttling\WebThrottlingManager.cs.
namespace Roblox\Web;
class WebThrottlingManager {
function __construct() {
}
function IsRequestAllowed(/*List`1*/ $requestsForCurrentContext, /*DateTime*/ $executionDateTime, /*RequesterType*/ $requester, /*String*/ $actionName) {
/*
at Roblox.Platform.Throttling.IpRequest.IsEnabled()
at Roblox.Web.WebThrottlingManager.IsRequestAllowed(List`1 requestsForCurrentContext, DateTime executionDateTime, RequesterType requester, String actionName) in C:\teamcity-agent\work\a6371342c4f9b6ec\Assemblies\Web\Roblox.Web\Throttling\WebThrottlingManager.cs:line 129
*/
}
}
// EOF